标签:lib 效果 span class hello http note 技术分享 images
new.cpp
#include <stdlib.h> //跨平台的库 #include <stdio.h> // 跨平台的数据输入输出 void main() { // void返回值为空类型,main程序的入口点 printf("现在使用的VS来编译程序"); system("notepad"); }
运行效果:
标签:lib 效果 span class hello http note 技术分享 images
原文地址:http://www.cnblogs.com/yongdaimi/p/6217291.html