Contents|Index|Previous|Next
Options that control C++ dialect 

The following documentation describes the command-line options that are only meaningful for C++ programs; but you can also use most of the GNU compiler options regardless of what language your program uses. For instance, you might compile a file, firstClass.C, like the following example. In the previous example, only -felide-constructors is an option meant only for C++ programs; you can use the other options with any language supported by GNU CC. The following lists options that are only for compiling C++ programs.
In addition, the following options for optimization, warning, and code generation have meanings only for C++ programs.

Top|Contents|Index|Previous|Next