
References
This tutorial is a sort of compilation work from various resources listed below, and I tried to add as many samples as possible:
- Introduction to Algorithms by Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, Clifford Stein
- Bundle of Algorithms in C++, Parts 1-5: Fundamentals, Data Structures, Sorting, Searching, and Graph Algorithms (3rd Edition) (Pts. 1-5)
- Clean Code: A Handbook of Agile Software Craftsmanship, by Robert C. Martin
- Programming Language Pragmatics, Third Edition, by Michael L. Scott
- The C++ Standard Library: A Tutorial and Reference, by Nicolai M. Josuttis
- Accelerated C++: Practical Programming by Example, by Andrew Koenig, Barbara E. Moo
- C++ Primer (4th Edition) by Stanley B. Lippman, Josee Lajoie, Barbara E. Moo
- Programming: Principles and Practice Using C++ by Bjarne Stroustrup
- Code Complete: A Practical Handbook of Software Construction, Second Edition by Steve McConnell
- Exceptional C++ Style: 40 New Engineering Puzzles, Programming Problems, and Solutions by Herb Sutter
- Algorithms in a Nutshell (In a Nutshell (O’Reilly))
- Effective STL: 50 Specific Ways to Improve Your Use of the Standard Template Library by Scott Meyers
- More Effective C++: 35 New Ways to Improve Your Programs and Designs by Scott Meyers
- Effective C++: 55 Specific Ways to Improve Your Programs and Designs (3rd Edition) by Scott Meyers
- Modern Multithreading : Implementing, Testing, and Debugging Multithreaded Java and C++/Pthreads/Win32 Programs by Richard H. Carver, Kuo-Chung Tai
- Design Patterns: Elements of Reusable Object-Oriented Software by Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides
- Hacking: The Art of Exploitation, 2nd Edition by Jon Erickson
- Multicore Appliction Programming for Windows, Linux, and Oracle Solaris, by Darryl Gove
- The C++ Programming Language: Special Edition by Bjarne Stroustrup
- API Design for C++ by Martin Reddy
- C++ Primer Plus, Fifth Edition, by Stephen Prata
- Beginning C++ through game programming, second edition, by Michael Dawson
- C++ GUI programming with Qt4, Second edition, by Jasmin Blanchette and Mark Summerfield
- Programming Interviews Exposed, 2nd ed., by John Mongan, et al.
- The C Programming Language, 2nd ed., by K & R
- Cracking the coding interview, Fourth edition, by Gayle Laakmann
- C++ Concurrency in Action Practical Multithreading by Anthony Williams – 2012
- The Linux Programming Interface: A Linux and UNIX System Programming Handbook by Michael Kerrisk