-2
votes
size_t can not be found by g++-4.1 or others on Ubuntu 8.1
Generally, you shouldn't be using C .h files for C++. While you may find an easy way to get away with it, and while a lot of this was allowed in previous versions of g++ and in other compilers, the …
