摘要:
Linux下创建静态、动态库源码-----------a.cpp---------------#include <cstdio>int a(int i){ std::printf("in a(int a) %d"n", i); return 0;}-----------b.cpp----------------#include <iostream>int b(char *s... 阅读全文
posted @ 2008-06-24 15:35
owomo
阅读(1104)
评论(0)
推荐(0)
浙公网安备 33010602011771号