Hi,
I am new to C++. I have created a multi-document MFC application, using CEditView. When I use speech marks ("), within CEditView, and open the same file in notepad; the speech marks are two apostrophes. Why is CEditView doing this? I need to put it though my own compiler, witch requires the use of speech marks. How do I get CEditView to use speech marks? I am using Visual Studio 2013 Preview.
Thanks
DD