| |
A Critique of C++ (3rd Edition):This online book by Ian Joyner criticizes the flaws in both C++ and C |
| |
C and C++ Style Guides:This page offers access to many style guides for code written in C and C++. The list includes HTML, PDF, postscript, and original versions whenever possible |
| |
C++ In Action: Industrial-Strength Programming Techniques:C++ In Action: Industrial-Strength Programming Techniques is a free online C++ book by Bartosz Milewski. The contents are Introduction, Language, Techniques, Windows Techniques and Software Project. Source Code of sample projects is also available |
| |
C++ Programming Help:Cprogramming.com is a web site designed to help you learn the C or C++ programming languages, and provide you with C and C++ programming language resources.It contains C++ Books,C++ References,C++ Tutorial and lots of ebooks |
| |
C++ Programming Howto:This is the online C++ Programming Howto guide - learn how to avoid memory problems in C++ and write programs in C++. Applies to Windows, Linux, MSDOS, BeOS, Macintosh, VAX VMS, MVS, AS/400, Solaris, HP/UX, etc, etc (\"all operating systems\" claims the author). |
| |
Data Structures and Algorithms with Object-Oriented Design Patterns in C++:This online book, by Bruno R. Preiss, on data structures and algorithms, deals with data types and abstraction, stacks, queues, deques, ordered lists and sorted lists, hashing, hash tables, scatter tables, trees, search trees, heaps, priority queues, sets, multisets and partitions, dynamic storage allocation, sorting algorithms, graph algorithms, etc. The source code for the examples may also be downloaded from the site |
| |
GotW.ca: Herb Sutter C++ gurul:Herb Sutter is a leading authority on software development. He is the best selling author of Exceptional C++ as well as three other books and hundreds of technical papers and articles, including the widely-cited essay \"The Free Lunch Is Over\" which coined the term \"concurrency revolution\" to describe the software sea change now in progress to exploit increasingly parallel hardware.This site by GotW.ca contains lots of C++ acticles and tutorial.Herb regularly gives invited talks and is available for in-house training and mentoring to C++ professional |
| |
How to Think Like a Computer Scientist C++ Version:How to Think... is a free textbook available under the GNU Free Documentation License. |
| |
Incompatibilities Between ISO C and ISO C++:Need to know the differences between C and C++? This document compares the differences between C++ (as ratified by ISO in 1998) and the various standards specifying the C programming language (including the latest version of C as ratified by ISO in 1999). It\'s a fairly detailed document and definitely worth a look for those programming in C and C++. |
| |
Visual C++ 6 Unleashed:Visual C++ 6 Unleashed provides comprehensive coverage of the core topics for Visual C++ 6 programming. This book skips the beginning level material and jumps right in to Visual C++ |