Why would you want to use a different editor?
I use an add-on to VC++ called Visual Assit. See following link for details:
http://www.wholetomato.com/
I have not found an editor that works as good as VC++ with the Visual Assist Add-On.
If you have an editor that works better, I would like to...
In general, CString is more efficient then the std::string implementation that comes with VC++.
IMHO, CString has a better interface, and easier to use methods.
std::string is more generic, and can easily be used with more generic coding.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.