help-gplusplus
[Top][All Lists]
Advanced

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

Using std::wstring


From: Jamiil
Subject: Using std::wstring
Date: 21 Oct 2004 18:25:08 -0700

This my class
#include <string>
001 class TTest{
002   private:
003       std::string str;
004       std::wstring wstr;
005 };

I am using Cygwin-GCC 3.3.3 under MSW.
Make reports an error syntax error before ; token at line 004.

Does anyone know what I am doing wrong?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]