stl std::string issue

  • From: "Sean Farrow" <sean.farrow@xxxxxxxxxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Mon, 26 Nov 2007 15:25:00 -0000

Hi: 
I am trying to use the std::string class.
I have the following code to test:
std::string Temp="test";

int NLen =Temp.length;

When compiling I get the following error:

error 3867 refering to the std::basicString I don't know why I get this
error, as the syntax seems fin.

Any help apreciated.

Sean.

Other related posts: