> I'm not big on C++ pedantry, obviously.  Good code can be written in
> C.  It should, IMHO, remain good code when it appears in a C++

Sorry, I didn't mean to critizice your code, obviously it's far more
important that the computational results are right than nitpicking over
language details.

However, I disagree that good C code is automatically good C++ code.
E.g., it's good practice to switch from stdio functions to iostream, to
use templates instead of macros, to use containers instead of malloc'ed
arrays, etc.  After all, it's another language, and if you don't need
or don't want its features, than why not stick with C in the first
place.

-Gerhard

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to