Difference between revisions of "C++ Resources"
From Simson Garfinkel
Jump to navigationJump to search
Line 7: | Line 7: | ||
* [http://www.gotw.ca/publications/xc++.htm Exceptional C++ (book)] | * [http://www.gotw.ca/publications/xc++.htm Exceptional C++ (book)] | ||
* [https://www.amazon.com/C-Traps-Pitfalls-Andrew-Koenig/dp/0201179288 C Traps and Pitfalls] | * [https://www.amazon.com/C-Traps-Pitfalls-Andrew-Koenig/dp/0201179288 C Traps and Pitfalls] | ||
==Other Recommended Books== | |||
* [https://www.amazon.com/Seven-Languages-Weeks-Programming-Programmers/dp/193435659X 7 Languages in 7 Weeks] | |||
* [https://www.amazon.com/Beautiful-Code-Leading-Programmers-Practice/dp/0596510047/ref=sr_1_2?keywords=beautiful+code&qid=1579891900&s=books&sr=1-2 Beautiful Code] | |||
Latest revision as of 10:51, 24 January 2020
General STL
map
Recommended Books
Other Recommended Books
See Also