Weffc++, Qeffc++

Enables warnings based on certain C++ programming guidelines.

IDE Equivalent

Windows: None

Linux: Compilation Diagnostics > Enable Warnings for Style Guideline Violations

Mac OS X: Diagnostics > Report Effective C++ Violations

Architectures

IA-32, Intel® 64 architectures

Syntax

Linux and Mac OS X:

-Weffc++

Windows:

/Qeffc++

Arguments

None

Default

OFF

Diagnostics are not enabled.

Description

This option enables warnings based on certain programming guidelines developed by Scott Meyers in his books on effective C++ programming. With this option, the compiler emits warnings for these guidelines:

Note iconNote

The warnings generated by this compiler option are based on the following books from Scott Meyers:

Alternate Options

None


Submit feedback on this help topic

Copyright © 1996-2010, Intel Corporation. All rights reserved.