string class

Wim Verleyen verleyen.wim@pandora.be
Fri Jun 4 18:08:00 GMT 2004


Hello,

I try to compile following C++ program on gcc/g++ version 3.3.

include<string.h>

int main()
{
	string s1("hello world");

	return 0;
}

make gives me:

-  string undeclared (first use in this function)....

plz help me...

Wim




More information about the Gcc-help mailing list