摘要://纯C#include <stdio.h> //标准输入输出头文件#include <stdlib.h> //标准库函数含malloc()、calloc()、realloc()、free()、system()、atoi()、atol()、rand()、 srand()、exit()等等#include <string.h>main(){ //printf("hello, c \nbbb"); //\n 换行 printf里这边是一个字符串指针,不能有1个以上参数 //system("pause"); //不通用,需要
阅读全文
posted @ 2011-05-12 17:30
人的本质是什么?
浙公网安备 33010602011771号