Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 06-05-2006, 09:46 PM   #1 (permalink)
 
Newb Techie

Join Date: Jun 2006

Posts: 14

marlord0

Default first programing language

what would you say would be a good first programing language to learn
marlord0 is offline  
Old 06-05-2006, 10:33 PM   #2 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

http://tech-forums.net/showthread.php?s=&threadid=17862
jaeusm is offline  
Old 06-09-2006, 12:18 AM   #3 (permalink)
 
True Techie

Join Date: Jun 2006

Posts: 120

ablaye

Default

Learn C. That's probably the best programming language to start with.

Next you could learn C++, which would introduce you to object-oriented programming.
ablaye is offline  
Old 06-09-2006, 01:55 AM   #4 (permalink)
Chankama's Avatar
 
Monster Techie

Join Date: Jan 2005

Location: Canada

Posts: 1,522

Chankama will become famous soon enough

Default

I say the same. C first then C++. That's how I did it. Then you can learn Java and then maybe assembly.

Don't tell anyone that C and assembly are dead and gone.. I am an embedded developer (starting this year ), and I use those two everyday..

Except for the weekends of course. :rolleyes:
Chankama is offline  
Old 06-09-2006, 11:49 AM   #5 (permalink)
Chase's Avatar
 
CECS Major

Join Date: Jul 2005

Location: Louisville, KY

Posts: 387

Chase is on a distinguished road

Send a message via MSN to Chase Send a message via Yahoo to Chase Send a message via Skype™ to Chase
Default

I personally started with C++ and branched out into PHP, Vb, HTML, etc. By learning C++ first it made learning every other language much easier because of similar concepts, etc. Good luck with your first language anyway!

::-Chase-::
Chase is offline  
Old 06-10-2006, 04:46 PM   #6 (permalink)
 
Monster Techie

Join Date: Apr 2004

Posts: 1,574

m3trj

Default

I started with Java, and thought it was great. All modern Object Oriented languages are similar, the main difference is the syntax. The concepts are most important, once you know these you can apply them to any OO language.
__________________


\'There is only one basic human right, and that is to do as you **** well please.
And with it comes the only basic human duty, to take the consequences.\'



m3trj is offline  
Old 06-19-2006, 12:23 AM   #7 (permalink)
 
Newb Techie

Join Date: Jun 2006

Posts: 2

zervizer

Default

I would recommend starting with java. Its is flexible and works on almost every machine.
zervizer is offline  
Old 06-19-2006, 02:56 PM   #8 (permalink)
 
Junior Techie

Join Date: Sep 2005

Posts: 72

xr280xr

Default

Quote:
Originally posted by ablaye
Learn C. That's probably the best programming language to start with.

Next you could learn C++, which would introduce you to object-oriented programming.
I agree. C is the most basic but also very powerful. I started in C++ and don't think that was a bad place to start either. Just try to stay away from object oriented topics until you understand the basics of programming.
xr280xr is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On