M
makwak
when I compile the following program under my linux:
namespace std {
using namespace __gnu_cxx;
}
main() {
};
I got the following error message:
prompt# /usr/local/gcc-3.2.3/bin/gcc p1.cpp
p1.cpp:9: namespace `__gnu_cxx' undeclared
what file should I include ?
greetings
namespace std {
using namespace __gnu_cxx;
}
main() {
};
I got the following error message:
prompt# /usr/local/gcc-3.2.3/bin/gcc p1.cpp
p1.cpp:9: namespace `__gnu_cxx' undeclared
what file should I include ?
greetings