Updated Google's C++ Guide style

Line #31
This commit is contained in:
Sayan Bhowmik 2017-05-30 13:29:59 +05:30 committed by GitHub
parent 5e1825dea2
commit c1c6ba036f
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
* [Data Structures and Algorithms with Object-Oriented Design Patterns in C++](http://www.brpreiss.com/books/opus4/index.html)
* [Financial Numerical Recipes in C++](http://finance.bi.no/~bernt/gcc_prog/recipes/) - Bernt Arne Ødegaard
* [Game Programming Patterns](http://gameprogrammingpatterns.com/)
* [Google's C++ Style Guide](http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml)
* [Google's C++ Style Guide](https://google.github.io/styleguide/cppguide.html)
* [How To Think Like a Computer Scientist: C++ Version](http://greenteapress.com/thinkcpp/index.html) - Allen B. Downey
* [Introduction to Design Patterns in C++ with Qt](http://ptgmedia.pearsoncmg.com/images/9780131879058/downloads/0131879057_Ezust_book.pdf)
* [Learn C++.](http://www.learncpp.com/) (PDF, Online)