Back: Standard Template Library
Forward: Template Instantiation
 
FastBack: How GNU Autotools Can Help
Up: Writing Portable C++
FastForward: How GNU Autotools Can Help
Top: Autoconf, Automake, and Libtool
Contents: Table of Contents
Index: Index
About: About this document

16.3 Compiler Quirks


C++ compilers are complex pieces of software. Sadly, sometimes the details of a compiler's implementations leak out and bother the application programmer. The two aspects of C++ compiler implementation that have caused grief in the past are efficient template instantiation and name mangling. Both of these aspects will be explained.



This document was generated by Gary V. Vaughan on February, 8 2006 using texi2html