View Single Post
Old 03-23-2009, 05:27 PM   #5 (permalink)
CrazeD
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,686

CrazeD will become famous soon enough

Send a message via AIM to CrazeD Send a message via MSN to CrazeD
Default Re: I Want to learn programming.

Quote:
Originally Posted by Saxon View Post
OK here is my take start simple, with something like HTML. The progress onto something more advanced like PHP, then move on to the more advanced languages like C/C++. If you want to be beyond that there is assembly but that is really not something you want to do trust me you will beat yourself over the head with computer trying to learn assembly.
I disagree.

HTML isn't really programming, and PHP is much too different from C/C++/Java. It uses C style syntax, but then most languages do.

If you're going the webroute, then yes, HTML then PHP. But if you're after desktop programming, just start with C++ or Java. They might be hard at first, but with a few good books you'll pick it up, and then you'll be able to use any language really.

I started programming with PHP, and I find the transition to desktop languages difficult because they are so reliant on OOP (with the exception of C) and PHP is not.
__________________

Need website help? PM me!
CrazeD is offline