I found that there is a variable called "unix" which I don't know who has defined. Its size is 4 bytes and its value is integer 1.
My OS is Linux, and the compiler is g++ 4.3.3.
Who can explain where the variable comes from? Or who has some idea of the variable?
test.cpp: In function `int main()':
test.cpp:4: error: `unix' undeclared (first use this function)
test.cpp:4: error: (Each undeclared identifier is reported only once for each function it appears in.)