I have been trying to manipulate strings around but cannot find a way to do so. I've tried
and using
. I've tried
.
I really am lost how to manipulate strings in VC++ Console Application.
Can people do it? Is there a sample code for this?
Code:
#include<string>
Code:
string myString;
Code:
CString
I really am lost how to manipulate strings in VC++ Console Application.
Can people do it? Is there a sample code for this?