warriorfan23
Senior member
i want to learn how to program c, c++, and java. what do u guys suggest software programs i get? i.e. visual c++, borland jbuilder, etc. thanks
Originally posted by: spwango
if your a student, you can get it for next to nothing, and it is very usefull to learn its debugger.
Originally posted by: warriorfan23
so have any of u taught yourself how to program? and if so what books or whatever do u recommend?
Originally posted by: singh
Originally posted by: warriorfan23
so have any of u taught yourself how to program? and if so what books or whatever do u recommend?
Yes. Practise, practise, and more practise!
Recommendations:
(1) Learn to read other people's code. More than likely, the first job a programmer will get is modifying/enhancing/maintaining other people's (horrible) code 🙂
(2) Get in the habit of doing some kind of design before you code.
(3) Write nifty programs for *yourself*. This way, whatever you develop will be both useful and interesting to write.
(4) Try to finish the program that you start.