Quote:
|
Originally Posted by excaliber7388
fir the first one, C++ C is a bit outdated, and is more limited. (Well, technically it's not, however, C++ IS better than C, and in some ways, easier)
As for the second one, no clue
Gscript was a great way to get started for learning C++ Learning it is easy, and can help when you learn another form of programming.
|
C is not outdated. C++ is too bloated to use for small things that you need to run at a decent speed. I hardly ever have need for the STL and other C++ foundations when writing programs.
Also, he said C# (Microsoft's .Net language), not C.