摘要:
(MSDN)You can use PtrToStringChars in Vcclr.h to convert String to native wchar_t * or char *. This always returns a wide Unicode string pointer because CLR strings are internally Unicode. You can th... 阅读全文
摘要:
1. VS project setting regards with platformFor native c++ project, there are debug | win32, debug | x64, release | win32, release | x64 configurations. Note:"debug" / "release" can be renamed while "w... 阅读全文
摘要:
You can get Debugger Roadmap from MSDN to know everything about VS debugger.Exception Handling:There is a Exceptions dialog box in VS to configure how the debugger behaves with exceptions. In general,... 阅读全文