19 Jun
2008
19 Jun
'08
8:44 a.m.
On Wed, 18 Jun 2008 21:10:07 +0200, Hansi
I have searched a lot in every place what is the best way to convert a string to a wstring (and may be vice versa). But til now I don`t got any results. Can anyone give me an hint what is the best way to do that (also good performance?)? maybe there is something available to do that? may be also with some examples.
See mbstowcs() and wcstombs() in <cstdlib> Boris