"jalkadir" <[EMAIL PROTECTED]> writes:

> How can I conver a char[x] to std::wstring, for intance
> time_t Time_t;
> std::wstring Date;
> time( &Time_t );
> Date = ctime( &Time_t );
>
> or
> strd::string wstr;
> str = __FILE__;
>
> Isn't the conversion done automatically?

No. What encoding should wstr and Date have?
_______________________________________________
Help-gplusplus mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to