View Single Post
Old Apr 12th, 2005, 3:14 AM   #2
bl00dninja
Programming Guru
 
bl00dninja's Avatar
 
Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 5 bl00dninja is on a distinguished road
start with C++. you can learn good fundamentals with C, but the syntax will clutter your mind and you might as well use C++. you can code procedural C++ just like C, it just gives you more options. i don't beliece in that whole learn C first crap because you can learn the same procedural stuff just the same without the syntactical confusion. it won't hurt you to learn C first, but you might as well get used to the syntax of C++. C++ is C with more features, not some new thing entirely. hell, it even has GOTO.
__________________
i put on my robe and wizard hat...

Have you ever heard of Plato, Aristotle, Socrates?...Morons.
bl00dninja is offline   Reply With Quote