In reply to: still lookin -- Frankster_13 10:16:09 01-13-2005
Well... Posted by: Colin 19:53:51 01-13-2005 |
C++ is just an enhanced version of C (mainly new casts, dynamic type information, better scoping, and object oriented programming). The great thing about C, unlike C++, is that it's so simple that the whole langauge can be learnt in a sitting. You might try downloading Dev C++ which includes the popular MinGW port of the GCC compiler, a development enviroment for both C and C++, as well as a complete C tutorial.