Quote:
|
Originally Posted by punkworld
As for my advice: start with either TurboPascal (no, seriously, it's a good language to learn how to program in general) or Java, and once you get that down, move on to C++. Or, if you already know a decent amount about programming, move on to C++ immediately.
|
I have to agree in theory, but TurboPascal? Does anyone still use pascal? I wrote bbs software in pascal and havent writen a line of code in it since 1993 atleast...
What I have to agree with is dont learn ansi c first. Learn a good Object Oriented modern lagnuage then jump into C++... I'd recommend something like Ruby or Python to start....