Quote:
|
Originally Posted by ApothiX
C++ is too bloated to use for small things that you need to run at a decent speed.
|
C++ is not inherently slower than C.
Quote:
|
I hardly ever have need for the STL and other C++ foundations when writing programs.
|
You technically do not ever need to use the STL. Perhaps you should use it anyway.