|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (8 bit)
Join Date: Jun 2004
Location: Canada
Posts: 164
|
programming tips for a newb?
hi, I'm new to programming, but I'd like have a good grasp on a language or two before I head off to university. the computer science course at my school was basically a waste of my time; I know some basic Pascal and that's it. can anyone suggest some books on programming or anything? what's a good language to start off on?
|
|
|
|
|
|
#2 |
|
Member (10 bit)
|
Do you want to learn them just you have them under your belt or do you have plans to make applications for yourself with them as well? If it is the latter then it may help to know what your plans are with the apps as some languages do better at certain tasks then other.
Java and Python have been said to be good starter languages. You could also dive into C/C++. If you plan to have a career in programing, or taking it up as a large hoby, then you will probably end up looking into all of the above at one point or another. PHP and Perl can also be handy. PHP seems to be taking over many of the JavaScript based applications online from what I read just recently, but Java is a good steping stone to C++. I would say Java or Python and then C++ to start you off. Last edited by ZeratulsAvenger; 05-29-2005 at 09:13 PM. |
|
|
|
|
|
#3 | |
|
Moderator
Staff
Premium Member
Join Date: Aug 2003
Location: Richmond, VA
Posts: 7,835
|
Quote:
I too recommend Java - it's become more and more versatile as more people use it. Hope that helps. kram
__________________
"For today, goodbye. For tomorrow, good luck. And forever, Go Blue!"
University of Michigan President Mary Sue Coleman |
|
|
|
|
|
|
#4 |
|
Member (7 bit)
Join Date: May 2004
Posts: 103
|
If you are going to college to get a computer science degree I would recommened taking their intro courses.
If you really want to start programming now though I would recommend c. Its a pretty easy to understand language. Only downside is its only structured programming - no OOP. Most university intro courses teach the c language and then have you move up to c++. Everything you learn in c translates directly to c++. C ripped apart is a pretty good tutorial: http://warebizprogramming.com/tutorials/cguide/toc.htm If you need any help or pointers feel free to ask. Shaticus |
|
|
|
|
|
#5 |
|
Member (8 bit)
Join Date: Jun 2004
Location: Canada
Posts: 164
|
ok, thanks for the advice guys.
|
|
|
|
|
|
#6 |
|
Gremlin Overlord
Join Date: Apr 2003
Location: Australia
Posts: 2,382
|
Just to add to Krams opinion, I'd say learn Java first. Not only is it quite easy, and a good intro to C++ (or any other object-oriented language), but it's free and widely-used.
Can I ask what you're intending to do in uni though?? If you're planning on doing a computer science degree it's a good move, but if you're doing another form of engineering then maybe there are more important languages to learn. One good example of this is MATLAB for engineering, a very versatile tool. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|