Live data from Hacker News

The C++ standard for the F-35 Fighter Jet [video]

youtube.com

1–10 of 451 posts

Re: The C++ standard for the F-35 Fighter Jet [video]

#6
post #2

TL;DR - no exceptions - no recursion - no malloc()/free() in the inner-loop

i.e. standard practice for every C++ code base I've ever worked on

What industry do you work in? Modern RAII practices are pretty prevalent

Re: The C++ standard for the F-35 Fighter Jet [video]

#7
post #5

Do avionics in general subscribe to MISRA C/C++ or do they go even further with an additional (or different) approach?

coding standard is a part of the story. mainly it comes down to level of rigor and documenting process and outcomes for audit ability. DO-178c

Re: The C++ standard for the F-35 Fighter Jet [video]

#10

Earlier quoted context omitted.

i.e. standard practice for every C++ code base I've ever worked on

What industry do you work in? Modern RAII practices are pretty prevalent

What does RAII have to do with any of the above?
Post reply on HN