What's wrong with this:
C / C++ / MFC
5
Posts
2
Posters
0
Views
1
Watching
-
#ifdef __cplusplus extern "C" { #endif typedef enum _DATA_TYPE { NONE_DATA, JP_DATA, DF_DATA, DATA_RANGE } DATA_TYPE; #ifdef __cplusplus } #endif
Nothing syntactically. What do you think's wrong with it?
Five birds are sitting on a fence. Three of them decide to fly off. How many are left?
-
Nothing syntactically. What do you think's wrong with it?
Five birds are sitting on a fence. Three of them decide to fly off. How many are left?
-
Which means there's already a
_DATA_TYPE
defined someplace else. Put the cursor on it and press F12 should take you to the other definition.
Five birds are sitting on a fence. Three of them decide to fly off. How many are left?