Hello All,
IN VC studio, we can set character set to Unicode by setting 'use unicode character set' in a project .
How to do this in a non VC developing environment,say in UNIX box.
Thanks
Felix
Printable View
Hello All,
IN VC studio, we can set character set to Unicode by setting 'use unicode character set' in a project .
How to do this in a non VC developing environment,say in UNIX box.
Thanks
Felix
You can use wide char which is wchar_t *;
I hope this help.