Re: Forcing gcc to compile c++ programs...?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Justin,

It looks like your C++ file isn't C++ compliant.

Does it have...

#include <string>
using std::string;

...or...

#include <string>
using namespace std;

...near the top?

--Eljay



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux