I have the following code in a header file: enum {false,true};. and I have my main function in main.c. if I change the extention to main.cpp I get the following error:
www.4byte.cn