C++ style guide: Difference between revisions

4 bytes removed ,  26 March 2016
→‎Order of Includes: use Template:Path instead of Codeline for filenames
(Create page with initial description of Octave C++ style guide)
 
(→‎Order of Includes: use Template:Path instead of Codeline for filenames)
Line 35: Line 35:
Each grouping of header files should be alphabetized unless there is some
Each grouping of header files should be alphabetized unless there is some
specific reason to not do that.  The only case where that is true is in
specific reason to not do that.  The only case where that is true is in
{{Codeline|oct-parse.in.yy}} and there is a comment in the file for that one.
{{Path|oct-parse.in.yy}} and there is a comment in the file for that one.


== Other C++ features ==
== Other C++ features ==