About 312,000 results
Open links in new tab
  1. The Definitive C++ Book Guide and List - Stack Overflow

    Book Author(s) Description review; A Tour of C++: Bjarne Stroustrup (2nd edition for C++17, 3rd edition for C++20)The “tour” is a quick (about 180 pages and 14 chapters) tutorial overview of all of standard C++ (language and standard library, and using C++11) at a moderately high level for people who already know C++ or at least are experienced programmers.

  2. The Definitive C Book Guide and List - Stack Overflow

    The C Programming Language (2nd Edition) - Brian W. Kernighan and Dennis M. Ritchie (1988). It is still a good, short, but complete, introduction to C (C89, not C99 or later versions), written by the inventor of C. However, the language has changed and good C style has developed in the last 25 years, and there are parts of the book that show ...

  3. Should I read the Exceptional C++ books if I've read the Effective …

    Jul 16, 2015 · C++ Coding Standards however is shaped like a coding standard, which any person programming should have. There are a number of other coding standards available, Sutter's one has the advantage of being concise and …

  4. The C++ Programming Language 4th Edition Bjarne Stroustrup

    Dec 10, 2023 · I read this book: The C++ Programming Language 4th Edition Bjarne Stroustrup. There is this example: namespace Assert { enum class Mode { throw_, terminate_, ignore_ }; constexpr Mode current_mod...

  5. resources - What is the single most influential book every …

    The C++ Programming Language (3rd edition) by Stroustrup; Patterns of Enterprise Application Architecture; Computer Systems - A Programmer's Perspective; Agile Principles, Patterns, and Practices in C# by Robert C. Martin; Growing Object-Oriented Software, Guided by Tests; Framework Design Guidelines by Brad Abrams; Object Thinking by Dr. David ...

  6. Suggestion for template book for C++? - Stack Overflow

    Nov 2, 2011 · There is a hidden treasure in C++ templates that very few people are aware of: C++ Common Knowledge: Essential Intermediate Programming. The last 15 chapters of that book both teaches better and complements C++ Template Metaprogramming in some respects. I strongly recommend anyone who is to learn templates to read this book foremost.

  7. Language Books/Tutorials for popular languages - Stack Overflow

    Aug 22, 2008 · C - The C Programming Language - Obviously I had to reference K&R, one of the best programming books out there full stop. C++ - Accelerated C++ - This clear, well written introduction to C++ goes straight to using the STL and gives nice, clear, practical examples. Lives up …

  8. Resources for learning C++ for game programming [closed]

    Jun 20, 2009 · The C++ Programming Language by Bjarne Stroustrup. I use this to this day. It contains succinct descriptions of all the features of the C++ language. When I search on the web for this information, it's flourished beyond clear understanding. Bjarne did a really good job of clearly defining all the principles of the language, and it's a must-have.

  9. Which book(s) to learn sockets programming and TCP network ...

    Nov 14, 2011 · This is the book to learn TCP/IP, doesn't matter what language you will be using: W. Richard Stevens, TCP/IP Illustrated, Volume 1: The Protocols. The following is the C network programmer's bible, highly recommended: W. Richard Stevens, Unix Network Programming, Volume 1: The Sockets Networking API

  10. Book on C++ for understanding advanced concepts [closed]

    Apr 7, 2010 · System-level programming is specific to operating system, so the books diverge based on your platform. Ones I've found very helpful (albeit not C++ specific) are: Windows System Programming, by Johnson M. Hart, Advanced Windows Debugging, by Mario Hewardt and Daniel Pravat, and Linux System Programming, by Robert Love.

Refresh