2010年4月16日

Fedora 9 安装 libcurl、libxml、libxslt

摘要: curl网址:http://curl.haxx.se/wget http://www.execve.net/curl/curl-7.19.0.tar.gzlibxml2wget http://ftp.gnome.org/pub/GNOME/sources/libxml2/2.6/libxml2-2.6.30.tar.gzlibxsltwget http://ftp.gnome.org/pub/GN... 阅读全文

posted @ 2010-04-16 17:41 good_hans 阅读(2060) 评论(0) 推荐(0) 编辑

Linux下的c程序---数组、malloc

摘要: #include <stdio.h> #include <stdlib.h> struct flex { int count; double average; double scores[]; // 定义可伸缩的数组 }; // 声明结构体 void showFlex(const struct flex * p); //定义函数 int main(void) {... 阅读全文

posted @ 2010-04-16 16:46 good_hans 阅读(329) 评论(0) 推荐(0) 编辑

导航