If you have a unicode character in a wchar_t you can simply use it as a number.
Code:wchar_t* myString=L"someString"; myString[0]+=1;
|
Results 1 to 3 of 3
Thread: C and Unicode [Resolved]Threaded View
|
Click Here to Expand Forum to Full Width |