I'm looking to step further into programming but don't know where to start. I know minimal html to build a few web pages before but want to get deeper into building programs on languages like C++. Now my goal is to be a decent programmer on C++ as my research makes it to be the most common language and has complete control. My problem is I don't know if I should just start jumping into C first and moving to C++ as I go or should I start on any other language like maybe getting basic java first then moving to C or what.. My main question is what route should I take to get into programming more. Thanks
2 replies to this topic
#1
Posted 30 January 2011 - 10:26 PM
|
|
|
#2
Posted 30 January 2011 - 11:53 PM
Learning C++ is recommended, as it essentially does the same things as C but provides greater class support, and has a comprehensive standard library of functions and algorithms. Java is of course another option which is arguably easier, as it has predefined packages (for working with big numbers, memory management, interfaces) and could be a better option to start with. What you learn in Java can be certainly used in C++ or another OO paradigm language.
Feel free to try out some simple algorithms in either language and see what looks more comfortable to you, that is much more important usually.
Feel free to try out some simple algorithms in either language and see what looks more comfortable to you, that is much more important usually.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#3
Posted 31 January 2011 - 09:45 PM
Appreciate the suggestion.. I decided I'm gonna study up and get my xhtml CSS and javascript down before moving on to anything else.. Hope to stick around and have the support here.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









