1.编写代码 2.编写Makefile,如果要调试, 2.1.需要在编译的时候加上/Zi ( Generates complete debugging information),编译由cl.exe来完成 2.2.需要在链接选项中指定/DEBUG,(The /DEBUG option creates debugging information for the .exe file or DLL. The linker puts the debugging information into a pro…