Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

Some miscellaneous macros are provided, mainly for debug string processing.

The NAMEmacro is used with many class constructors that support debug names.

The REMINDmacro is less useful; it just builds a reminder string (including the source file name and line number), which can be displayed at compile time.

Programming element Description

NAME

Generates a debug-only name.

REMIND

Generates a compile-time string.

See Also