Quote:
Originally Posted by NHervé
Ah, okay. Do you think C++ is faster than C ?
|
They should be comparable as long as you don't abuse certain stuff (mainly abstract classes and other stuff that can only be resolved during runtime). I mainly code C++ because I'm more productive with it. I've coded on C for almost a decade, but now I prefer C++.