摘要:
1) 今天安装了CentOS 5.5,顺便安装了GCC和G++,GDB: n Yum -yinstall make //安装make n Yum -y install gcc //安装gcc编译器 n Yum -y install gcc-c++ //安装G++编译器2) 编译调式实例: (一) 在自己所建立的分区中: 1)mkdir helloworld //新建helloworld目录 2)cd helloworld //进入helloworld目录 3)vi helloworld.c //使用vi新建并打开helloworld.c文件 进入v... 阅读全文
posted @ 2012-10-17 20:38
X.W.LIU
阅读(916)
评论(0)
推荐(0)