Hi,
I've been learning C++ these last few months, but never tried to make a GUI before.
I've wrote a program in C++ which works via the command line, but now I'm trying to create a GUI for it (MFC using Visual Studio 2005, XP host).
When I add an Edit Box to the form, then add a variable to the Edit Box, it's automatically creates a variable of type Cstring.
In my program I'm using strings (#include <string>).
Is there any problem with me simply adding the #include for strings and altering the code from CString to string?
This might sound silly, but adding the form has added sooo much code which I hardly understand and so I don't want to break it!
Thanks for any advice!