C++ compiler inherently defines a macro named __cplusplus. Sometimes it is necessary to prevent the user from compiling the C code using C++ compiler. We can do that by giving an error message during compilation using the following statement:
#ifndef __cplusplus #error "Please compile with C compiler only" #endif
About our authors: Team EQA
You have viewed 1 page out of 252. Your C learning is 0.00% complete. Login to check your learning progress.