References

TwitterFacebook
Get flash to fully experience Pearltrees

Stroustrup: C++

http://www2.research.att.com/~bs/C++.html home | C++ | FAQ | technical FAQ | C++0x FAQ | publications | TC++PL | Programming | D&E | bio | interviews | applications | glossary | compilers | Texas A&M University | AT&T Research 20.5[15] Use isalpha(), isdigit(), etc., when you need to know the classification of a character rather than writing your own tests on character values; sec20.4.2.
Message boards where members can exchange knowledge and comments. Ordered by topics: This section is open to user participation! http://www.cplusplus.com/

cplusplus.com - The C++ Resources Network

Find the FAQ on the web: http://www.parashift.com/c++-faq-lite/

C++ FAQ LITE

Software optimization resources. C++ and assembly. Windows, Linu

http://www.agner.org/optimize/ This series of five manuals describes everything you need to know about optimizing code for x86 and x86-64 family microprocessors, including optimization advices for C++ and assembly language, details about the microarchitecture and instruction timings of most Intel, AMD and VIA processors, and details about different compilers and calling conventions. This is an optimization manual for advanced C++ programmers. Topics include: The choice of platform and operating system.

Breaking Up The Monolith: Advanced C++ Design without Compromise

http://synesis.com.au/publishing/monolith/ Breaking Up The Monolith describes techniques for writing and working with C/C++ libraries effectively, efficiently and with minimal coupling.