Merge pull request #396 from arnavb/master

Updated Link to actual Stack Overflow Answer
This commit is contained in:
Faraz Fallahi
2018-11-29 08:55:55 -06:00
committed by GitHub

View File

@@ -39,5 +39,5 @@
* [The Boost C++ libraries](http://en.highscore.de/cpp/boost)
* [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)
* Also see: [The Definitive C++ Book Guide and List](https://stackoverflow.com/a/388282)
* [Object Oriented Programmming](https://www.javatpoint.com/cpp-oops-concepts)