摘要: #inude <stdio.h>main(){printf("hello world!\n");}in linux,cc hello.c run ./a.outthis contains thises progress:compile,link,runA c program,whatever its size,consists of functions and variables.we can see the function main,a function can communicating with data with other function by p 阅读全文
posted @ 2011-05-30 08:59 对得起父母 阅读(108) 评论(0) 推荐(0)