Jonathan Polley writes:
>
>The biggest problem I see with C++ and the FAA is that it is VERY hard to
>guarantee that C++ will not do any dynamic memory allocation.

Agreed --  this is the 'crux' of the issue for long running 'critical'
software.
AFAIK most of this kind of software when written in 'C' will only use
statically
defined 'space'.

Which means you can't use a lot of  'standard' 'C' string functions either
in production code.

Norman


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

Reply via email to