add JSF C++ Coding Style, by Bjarne Stroustrup

This commit is contained in:
Julien Stuyck 2015-02-23 14:29:21 +00:00
parent fccef9ff04
commit a43fb774d9
1 changed files with 1 additions and 0 deletions

View File

@ -775,6 +775,7 @@ Original Source: [Free Programming books](http://stackoverflow.com/revisions/392
* [The Rook's Guide to C++](http://rooksguide.org/2013/11/26/version-1-0-is-out/) (PDF)
* [Thinking in C++, Second Edition, Vol. 1.](http://www.mindviewinc.com/downloads/TICPP-2nd-ed-Vol-one.zip) [(Vol. 2)](http://www.mindviewinc.com/downloads/TICPP-2nd-ed-Vol-two.zip) - Bruce Eckel
* Also see: [The Definitive C++ Book Guide and List](http://stackoverflow.com/q/388242/511601)
* [Joint Strike Fighter, C++ Coding Standards, by Bjarne Stroustrup](http://www.stroustrup.com/JSF-AV-rules.pdf)
### Chapel
* [Chapel Tutorial](http://faculty.knox.edu/dbunde/teaching/chapel/)