01 2008 档案

makefile
摘要:一.生成库文件cat test.h#ifndef __TEST_H__#define __TEST_H__#include char CmdStr[200][200]; class TEST{ public: TEST(); virtual ~TEST(); public: int SplitBufByChar( ch... 阅读全文
posted @ 2008-01-14 16:06 .net技術 阅读(251) 评论(0) 推荐(0)