Hi all, i need to do 2 simple thing, but i don't know how, i'm a newbie on string handling in VC++
1) Creating a string like this: " Hello "World" "
a code like this give an error:
CString Test;
Test = _T(" Hello ""World"" "
;
2) Putting in a string the CTRL+Z char (for using in AT commands)
Could i write: Test = _T("Hello^Z"
?
thx for help
1) Creating a string like this: " Hello "World" "
a code like this give an error:
CString Test;
Test = _T(" Hello ""World"" "
2) Putting in a string the CTRL+Z char (for using in AT commands)
Could i write: Test = _T("Hello^Z"
thx for help