school or teach myself?


 
Thread Tools Search this Thread
Top Forums Programming school or teach myself?
# 1  
Old 11-25-2003
school or teach myself?

I want to learn c lenguage and am wonder if is better if i go to a school or teach myself, or there is no to much diference? Thank you
# 2  
Old 11-25-2003
Hi,

You can buy some books that teach how to program, but it's not easy... I'd suggest you some "real" classes of programming languages with a certification at the end.
# 3  
Old 11-25-2003
It really probably depends on you exposure to computers, programing etc. If you already use a structured language, moving to C shouldn't be too challenging. There are resources that are fairly good

http://www.duffin.org/books/c/
http://www.cyberdiem.com/vin/learn.html

There were two books that were instrumental for me when I was learning (both are available at most b&n/borders/amazon):

1. The C Programming Language by Brian Kernighan and Dennis Ritchie (the creators of the language)
2. The Standard C Library by P. J. Plauger

Cheers,

Keith
# 4  
Old 11-25-2003
Hi,

As for me, I had started myself by using a book. I too was not at all exposed to any kind of programming. I started with a book called "let us C" by yeshwant kanitkar. It is a indian book. Dont know how you can get your hands on it. but i wud recomment this book to anyone who wants to start programming right from scratch especially in C

all the best in your C odyessey
# 5  
Old 11-27-2003
Hey,

I've programmed in Delphi, PHP, Javascript, Java and Flash before I started learning C++.

Having some knowledge in other programming languages is really usefull, because all programming languages are much alike, small differences in syntax is almost everything you need to know :P

I'm reading 2 books at the moment. They're dutch books, but if you know some programming languages, cheapest is trying to teach yourself. Read a book about C.
Rent a book at the local library and try it. If it doesn't work you can still go to class... But first try the cheapest way, it never hurts trying :P
# 6  
Old 12-08-2003
A structured course may be better for you if you are a beginner at programming.

As well as useful exercises and a set place and time to do programming without interruptions you will have access to someone (your teacher) who should be able to help you when you get stuck. Even having fellow students around to dicuss problems and solutions would be of benefit.

A course allows you an environment in which to experiment and screw up. A luxury you won't have if you are trying to learn on the job.

Reading on anything to do with computing will always be an integral part of your job, whatever your experience. If you are a beginner, better get into the habit now.

A course is always a good reference point, but they can be expensive and time consuming. If you are experienced or have a good talent at programming you may be more comfortable learning on your own at your own pace. If you do this, make sure you have access to someone who can mentor you, just in case you get stuck.

Finally, remember the old saying 'practice makes perfect'.

MBB
# 7  
Old 12-16-2003
Computer wanted some tips about learning language


hi!
I am a college stuent.I am learning the computer technology.I want to become a excellent computer engineer.I don`t know what kind of language should learn,jave,c++,or vb?

wish happy!
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Solaris

Teach me about dynamic libraries

Hi all, new guy here, first post, with a question. My background : some linux experience, moved over to OmniOS with Napp-it front end for a home NAS server, but getting more familiar with CLU. Situation : I built APCUPSD to interface with my UPS. During the configure I specified the... (4 Replies)
Discussion started by: DerfMan
4 Replies

2. Homework & Coursework Questions

I have here my assignment can any one teach me please

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: Is to compute for the discount of the two variables of TODDLER and KID 2. Relevant commands, code, scripts,... (3 Replies)
Discussion started by: stephanielana1
3 Replies

3. UNIX for Advanced & Expert Users

What to teach the new guy

so I have taken on the task of running a few workshops / teaching sessions. we have three new unix people, they have the basics sorted, CD, PWD, LS and such. we are looking at people who have been doing helpdesk untill two months ago. I have given them a few session: file systems, what... (2 Replies)
Discussion started by: robsonde
2 Replies

4. Shell Programming and Scripting

School assignment

Hi, I have assignment from school. Please help me write the script for following example Using "eval", write a program called "recho" that prints its arguments in reverse order. For example, $recho one two three should produce three two one (1 Reply)
Discussion started by: sdp5628
1 Replies
Login or Register to Ask a Question