@_@
Okay, last time I tried to compile it the final resuly was:
/usr/include/c++/4.2/i486-linux-gnu/bits/c++locale.h|62|błąd: `uselocale, was not declared in this scope|
/usr/include/c++/4.2/i486-linux-gnu/bits/c++locale.h|62|błąd: invalid type in declaration before `;, token|
/usr/include/c++/4.2/i486-linux-gnu/bits/c++locale.h||In function `int std::__convert_from_v(__locale_struct* const&, char*, int, const char*, ...),:|
/usr/include/c++/4.2/i486-linux-gnu/bits/c++locale.h|82|błąd: `__gnu_cxx::__uselocale, cannot be used as a function|
/usr/include/c++/4.2/i486-linux-gnu/bits/c++locale.h|102|błąd: `__gnu_cxx::__uselocale, cannot be used as a function|
/usr/include/c++/4.2/cwchar|150|błąd: `::fgetws, has not been declared|
/usr/include/c++/4.2/cwchar|152|błąd: `::fputws, has not been declared|
/usr/include/c++/4.2/cwchar|156|błąd: `::getwc, has not been declared|
/usr/include/c++/4.2/cwchar|157|błąd: `::getwchar, has not been declared|
/usr/include/c++/4.2/cwchar|162|błąd: `::putwc, has not been declared|
/usr/include/c++/4.2/cwchar|163|błąd: `::putwchar, has not been declared|
/usr/include/c++/4.2/cstdlib|194|błąd: `::atoll, has not been declared|
/usr/include/c++/4.2/cstdlib|215|błąd: `__gnu_cxx::atoll, has not been declared|
/usr/include/c++/4.2/i486-linux-gnu/bits/ctype_base.h|53|błąd: `_ISupper, was not declared in this scope|
/usr/include/c++/4.2/i486-linux-gnu/bits/ctype_base.h|54|błąd: `_ISlower, was not declared in this scope|
/usr/include/c++/4.2/i486-linux-gnu/bits/ctype_base.h|55|błąd: `_ISalpha, was not declared in this scope|
/usr/include/c++/4.2/i486-linux-gnu/bits/ctype_base.h|56|błąd: `_ISdigit, was not declared in this scope|
/usr/include/c++/4.2/i486-linux-gnu/bits/ctype_base.h|57|błąd: `_ISxdigit, was not declared in this scope|
/usr/include/c++/4.2/i486-linux-gnu/bits/ctype_base.h|58|błąd: `_ISspace, was not declared in this scope|
/usr/include/c++/4.2/i486-linux-gnu/bits/ctype_base.h|59|błąd: `_ISprint, was not declared in this scope|
/usr/include/c++/4.2/i486-linux-gnu/bits/ctype_base.h|60|błąd: `_ISalpha, was not declared in this scope|
/usr/include/c++/4.2/i486-linux-gnu/bits/ctype_base.h|60|błąd: `_ISdigit, was not declared in this scope|
/usr/include/c++/4.2/i486-linux-gnu/bits/ctype_base.h|60|błąd: `_ISpunct, was not declared in this scope|
/usr/include/c++/4.2/i486-linux-gnu/bits/ctype_base.h|61|błąd: `_IScntrl, was not declared in this scope|
/usr/include/c++/4.2/i486-linux-gnu/bits/ctype_base.h|62|błąd: `_ISpunct, was not declared in this scope|
/usr/include/c++/4.2/i486-linux-gnu/bits/ctype_base.h|63|błąd: `_ISalpha, was not declared in this scope|
/usr/include/c++/4.2/i486-linux-gnu/bits/ctype_base.h|63|błąd: `_ISdigit, was not declared in this scope|
You know, I've been on a few square projects so usualy it goes like :You gotta use this program but the version from two years ago cause the new one can't deal with it., or you gotta use a library totaly diffrent then the one compiler is bitching about...So yeah, I wanted to know are there any suprises like that with this sourcecode too.