For c++ I can use
1 #ifdef _cplusplus
2 #endif
Please tell me how to properly called directive for c++ 0x. Use this dirictive I want distinguish c++ code and c++ 0x.
For c++ I can use
1 #ifdef _cplusplus
2 #endif
Please tell me how to properly called directive for c++ 0x. Use this dirictive I want distinguish c++ code and c++ 0x.