I am wondering how different the preprocessors for C++ and C are.
The reason for the question is this question on a preprocessor-specific question w
They are supposed to be the same: C++98 and C++03 should match C90, and C++0x should match C99. There may be bugs in the wording, though.