I know what it is,But in all books it's just not typpen wich preprocessors use for kinds of codes.
@kbw: well i am using gcc compiler, how can i be able to view preprocessor output?
The preprocessor is traditionally named "cpp". That is the case with the GCC as well. For information on how to use it, type something like:
cpp --help |less
or
cpp --help |more
at the command line.
Hope this helps.
Put my program above into x.cpp.
Type:
g++ -C -E x.cpp