?
=?ISO-8859-1?Q?S=F8ren?=
Hi Guys
I'm still trying to learn C++, and it´s going im the right direction.
The only thing that keeps make me banging my head againts the wall, is
when I have a variable of some sort, and need to use its value in a
different type. :-|
Right now I have two wchar_t* strings (L"Hello World" and L"123"), that
needs to be converted into char* and int.
Could someone please give me a hint on how to do this (need to work with
Mingw in Windows and GCC in Linux), and maybe explain where to find
usefull information for stuff like that, in the future.
Regards Søren Schimkat
I'm still trying to learn C++, and it´s going im the right direction.
The only thing that keeps make me banging my head againts the wall, is
when I have a variable of some sort, and need to use its value in a
different type. :-|
Right now I have two wchar_t* strings (L"Hello World" and L"123"), that
needs to be converted into char* and int.
Could someone please give me a hint on how to do this (need to work with
Mingw in Windows and GCC in Linux), and maybe explain where to find
usefull information for stuff like that, in the future.
Regards Søren Schimkat