2015年1月25日

1、简单程序 "hello,word"

摘要: #include //.h的文件是头文件;stdio 就是指 “standard input & output"(标准输入输出),因此用到标准输入输出函数时,就要包含这个头文件; 头文件定义:1、#include 2、#include "stdio.h"int main() //有返回值时:数据类型... 阅读全文

posted @ 2015-01-25 23:39 放.逐 阅读(273) 评论(0) 推荐(0)

导航