Directory Help
Search only in BooksSearch the Web  

Books
  Computers > Programming > Languages > C++ > Books   Go to Directory Home  

Categories
C++Builder (1)
COM (1)
STL (14)
Web Pages
Viewing in Google PageRank order               View in alphabetical order
  Thinking in C++ (2nd Edition) http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html
This two volume book, which covers Standard C++, is available free on-line. Includes reader comments and a link to subscribe to Eckel's mailing list. (Bruce Eckel)
  ACCU Book Reviews http://www.accu.org/index.php/book_reviews?url=view.xqy?subject
A collation of over 2000 reviews that have appeared in ACCU journals.
  C++ Concurrency in Action http://www.manning.com/williams/
This book shows how to take advantage of the new C++ Standard and Technical Report 2 (TR2) to write robust multi-threaded applications in C++.
  Who's Afraid of C++? http://www.steveheller.com/whos/
Introductory book available on-line. (Steve Heller)
  Accelerated C++: Practical Programming by Example http://www.acceleratedcpp.com/
Contains source code and errata. (Andrew Koenig and Barbara E. Moo)
  Effective C++ CD: 85 Specific Ways to Improve Your Programs and Designs http://www.informit.com/store/product.aspx?isbn=0201310155
Each of this book's 50 guidelines summarizes a way to write better C++, and the accompanying discussions are backed by specific examples. Contains 4 sample items and updates/errata. (Scott Meyers)
  Optimizing C++ http://www.steveheller.com/opt/
Provides working programmers with a practical, real-world approach to program optimization. (Steve Heller)
  C++ Coding Standards http://www.gotw.ca/publications/c++cs.htm
Delivers a valuable set of tried-and-true rules, guidelines, and best practices condensed into 101 concise one- and two-page items. (Herb Sutter and Andrei Alexandrescu)
  Exceptional C++ Style http://www.gotw.ca/publications/xc++s.htm
Focuses on in-depth coverage of generic programming and the C++ standard library, along with exception safety, class design, memory and resource management, optimization and efficiency. (Herb Sutter)
  Code Craft http://www.nostarch.com/codecraft.htm
Code Craft will help take programming beyond writing correct code to writing great code. (Pete Goodliffe)
  Programming: Principles and Practice Using C++ (Stroustrup) http://www.stroustrup.com/Programming/
This book is aimed at beginners taking a programming course and people learning C++ as self study. Support page contains instructor's guide, lecture slides and selected execise solutions.
  Imperfect C++: Practical Solutions for Real-Life Programming http://synesis.com.au/publishing/imperfect/cpp/
Offers practical techniques and tools for writing code that's more robust, flexible, efficient, and maintainable. It shows how to tame C++'s complexity, cut through its vast array of paradigms, and take back control over the code. (Matthew Wilson)
  C++ in Action http://www.relisoft.com/book/
Web book containing an introduction to C++, programming techniques, and software design. (Bartosz Milewski)
  C++ Template Metaprogramming http://boost-consulting.com/mplbook/
Covers C++ Template Metaprogramming in a way that provides unprecedented capability to the C++ power-user, and delivers practical metaprogramming into the hands of the everyday programmer. (David Abrahams and Aleksey Gurtovoy)
  C++ Templates - The Complete Guide http://www.josuttis.com/tmplbook/
Introduces a comprehensive introduction to templates and their applications, based on a detailed presentation of the language mechanisms and the techniques it supports. Includes the table of contents, code examples, and an errata. (David Vandevoorde and Nicolai M. Josuttis)
  C++ Cookbook http://www.cpp-cookbook.com
A collection of recipes that contain problem statements and code solutions. A detailed explanation then follows each recipe in order to show why the solution works.
  The Design and Evolution of C++ http://www.research.att.com/~bs/dne.html
This book provides information and detailed discussions of key design decisions that will add to the expert's understanding. (Bjarne Stroustrup)
  C++ For Artists: The Art, Philosophy, and Science Of Object-Oriented Programming http://www.pulpfreepress.com/content/Products/Books/1-932504-00-1/1932504001.html
An eBook/PDF edition C++ programming textbook. Chapter samples, content. [Commercial]
  C++ For Artists: The Art, Philosophy, and Science Of Object-Oriented Programming http://pulpfreepress.com/content/Products/Books/1-932504-02-8/1932504028.html
Paperback edition of C++ programming textbook. Comes with CD-ROM.
  C++ Primer (4th Edition) http://www.pearsonhighered.com/educator/academic/product/0,3110,0201721481,00.html
This tutorial is driven by examples which help the novice C++ programmer solve problems in terms of choice of language features, implementation, and efficiency. (Stanley Lippman, Josee Lajoie, Barbara Moo)
  C++ Demystified http://free-zg.htnet.hr/jsribar/en/
(2nd edition) by J. Sribar and B.Motik. On 824 pages this book covers almost all aspects of C++ language. As the first of the kind in Croatian, it is consistent with ANSI/ISO Standard of C++ programming language. About the book, Table of Contents, Downloads.
  Applied C++: Practical Techniques for Building Better Software http://www.appliedcpp.com/
Homepage of book by Philip Romanik, Amy Muntz from Addison Wesley C++ In-Depth Series. Table of contents, errata, FAQ.
  The C++ Standard Library from Scratch http://halpernwightsoftware.com/stdlib-scratch/
On-line introduction and support page with Standard Library quick reference on-line, source code, exercises and solutions, and errata. (Pablo Halpern)
  Challenges with C++: A compilation of 550+ MCQs http://store.fultus.com/product_info.php?products_id=106
This book is a collection of 550+ multiple choice questions that covers all the core C++ language concepts. The main focus is made on C++ syntax and concepts.
  The C++ Programming Language (3rd Edition and Special Edition) http://www.research.att.com/~bs/3rd.html
Contains free introductory chapters and appendices about compatibility with C, locales, and the standard library's exception safety. (Bjarne Stroustrup)
  Exceptional C++: 47 Engineering Puzzles, Programming Problems, and Solutions http://www.informit.com/store/product.aspx?isbn=0201615622&redir=1
Shows by example how to go about sound software engineering in standard C++. (Herb Sutter)
  Essential C++ http://www.informit.com/store/product.aspx?isbn=0201485184&redir=1
Offers a fast-track to learning and working with C++ on the job. (Stanley B. Lippman)
  Efficient C++: Performance Programming Techniques http://www.informit.com/store/product.aspx?isbn=0201379503&redir=1
Demonstrates the potential of C++ to produce highly efficient programs. Focuses on practical, everyday object-oriented design principles and C++ coding techniques that can yield large performance improvements. (Dov Bulka and David Mayhew)
  Modern C++ Design: Generic Programming and Design Patterns Applied http://www.informit.com/store/product.aspx?isbn=0201704315&redir=1
Introduces the concept of generic components--reusable design templates that produce boilerplate code for compiler consumption--all within C++. Contains free sample chapter and C++ library source code. (Andrei Alexandrescu)
  More Effective C++: 35 New Ways to Improve Your Programs and Designs http://www.informit.com/store/product.aspx?isbn=020163371X&redir=1
Meyers explains how to write software that is more effective: more efficient, more robust, more consistent, more portable, and more reusable. Contains 4 sample items and updates/errata. (Scott Meyers)
  More Exceptional C++: 40 New Engineering Puzzles, Programming Problems, and Solutions http://www.informit.com/store/product.aspx?isbn=020170434X&redir=1
Provides tested techniques and practical solutions for programmers designing modern software systems with C++, from small projects to enterprise applications. (Herb Sutter)
  FreeTechBooks: C/C++ Programming Language http://www.freetechbooks.com/viewforum.php?f=3
Annotated list of free online programming books. Topics range from beginner to advanced. Descriptions, publishing information, links.

Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor

Modified by Google - ©2009 Google
Advertise with Us - Jobs, Press, Cool Stuff...