First of all, look at the JSF air vehicle C++ coding standards. Any comments/opinions about a good programming style and what good programming style is?
First of all, look at the JSF air vehicle C++ coding standards. Any comments/opinions about a good programming style and what good programming style is?
Took a quick look. There's little unusual, except that they often fail to provide rationale. For example what's wrong with offsetof (Rule 1?. However, I spotted one oddity:
Rule 13, "Don't use multibyte characters or wide characters". Yeah, all modern file systems are Unicode, so systems that follow the rule won't work with them correctly, because Unicode is not portable.
There's also this: http://google-styleguide.googlecode....k/cppguide.xml
I would observe, as a long time C/C++ programmer, the idea that JSF uses C++ is, well, frankly scary!