From a43fb774d9533c913da16081ca1ffa363f80b7da Mon Sep 17 00:00:00 2001 From: Julien Stuyck Date: Mon, 23 Feb 2015 14:29:21 +0000 Subject: [PATCH] add JSF C++ Coding Style, by Bjarne Stroustrup --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index d78cde62..b36a0cd7 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -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/)