"stdafx.h"使用注意
摘要:
1.stdafx.h中没有函数库,只是定义了一些环境参数,使得编译出来的程序能在32位的操作 2.你编写的任何.cpp文件都必须首先包含stdafx.h。 3. #include <iostream> #include "StdAfx.h" 会出错,必首先包括stdafx.h,如下是正确的 #inc 阅读全文
posted @ 2017-02-06 12:12
恒,追求
阅读(139)
评论(0)
推荐(0)
浙公网安备 33010602011771号