From: Ákos Maróy (akos_at_[hidden])
Date: 2008-07-08 04:10:29


Boris,

> You can use std::mbstowcs and std::wcstombs (in <cstdlib>).

I see. But it doesn't look too elegant, does it, as one has to create an
array to convert the characters into, and then initialise std::string or
std::wstring with the results, right?

Akos