Hello, I have been searching through the GCC 3.4.6 manual for the past couple of days, looking for information pertaining to the various standards which are supported by the C++ compiler. Within the 3.4.6 manual, the section regarding standards addresses the C compiler but not the C++ compiler. I am wondering which standards are supported (C++98/C++03/C++0X), which of the standards is the default, and how to specify another standard when compiling. Thanks - Brad