摘要:
g++ -o test domything.cpp -lpthread //exec child process in the thread 阅读全文
摘要:
use the python object's methods in c code 阅读全文
摘要:
#include #include #include #define INBUFSIZE 4096 #define MP3BUFSIZE (int)(1.25 * INBUFSIZE) + 7200 int encode(char *inpath, char *outpath) { int status = 0; lame_global_flags *gfp; ... 阅读全文
摘要:
example2: 阅读全文