用c语言写第一个程序
1、第一步,打开vc6.0.
2、点击文件,新建———缇吾怩舭———win32 Console Application,工程名 hello world。
3、创建一个空的工程,完成。 创建文件夹名 ,一般是以文件名加.c。
4、然后 输出高级语言 #include <stdio.h> int main (void) { printf("hello world \n"); return 0; }
5、最后,编译ctrl+F5 或者 点击红色的小感叹号
声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
阅读量:48
阅读量:27
阅读量:31
阅读量:69
阅读量:84