Mail Archives: djgpp/2002/05/20/01:06:26
Wouldn't be great if it was possible to compile the code
bellow ? I know the compiler's problem with it, but what is
the logical problem ? Hasn't English some words that they
have differents meanings in different phrases ?
#define something enum something
something {
a,b,c,d,e };
#define otherthing enum otherthing
otherthing {
a,s,d,f,g };
int main () {
something first;
otherthing second;
first=a;
second=a;
return 0;
}
__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com
- Raw text -