
Linux/Unix Shell
文章平均质量分 88
wolfzone025
嵌入式开发人员的成长点滴
展开
-
Linux console
使用的是关键的函数getopt_long#include int getopt(int argc, char * const argv[], const char *optstring); extern char *optarg; extern int optin转载 2011-06-30 17:11:00 · 751 阅读 · 0 评论 -
Linux下Socket写http协议下载文件代码以及说明
看代码: #include #include #include #include #include using namespace std; #pragma comment("ws2_32.lib") string host2ip(const string& strdom转载 2011-06-30 17:08:00 · 3748 阅读 · 2 评论