| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
11.7 Common Misunderstandings with GNU C++
C++ is a complex language and an evolving one, and its standard definition (the ISO C++ standard) was only recently completed. As a result, your C++ compiler may occasionally surprise you, even when its behavior is correct. This section discusses some areas that frequently give rise to questions of this sort.
| 11.7.1 Declare and Define Static Members | Static member declarations are not definitions | |
| 11.7.2 Name lookup, templates, and accessing members of base classes | ||
| 11.7.3 Temporaries May Vanish Before You Expect | Temporaries may vanish before you expect | |
| 11.7.4 Implicit Copy-Assignment for Virtual Bases | Copy Assignment operators copy virtual bases twice |
This document was generated on October 19, 2013 using texi2html 5.0.
