sourcerer
02-03-2002, 09:48 PM
hi,
consider this:
#include <iostream.h>
int main()
{
int $one;
cout << $one;
return 0;
}
i've tried this code on bcc 5.5 and it does not compile, but on gcc 2.95 (on linux) it compiles perfectly. why?
consider this:
#include <iostream.h>
int main()
{
int $one;
cout << $one;
return 0;
}
i've tried this code on bcc 5.5 and it does not compile, but on gcc 2.95 (on linux) it compiles perfectly. why?