摘要: #include "stdafx.h" //头文件引用int _tmain(int argc, _TCHAR* argv[]) //主函数{ printf("神奇的C++之旅"); //执行输出 return 0; //返回值}// HelloWorld.cpp : 定义控制台应用程序的入口点。//... 阅读全文
posted @ 2015-06-04 11:08 午丶夜 阅读(145) 评论(0) 推荐(0)