摘要: 先下载deelx.h文件/Files/pbreak/deelx.zip举个简单的例子:#include "deelx.h" //包含头文件BOOL CContrlPane::IPCheck(CString ipAddress){  // 25[0-5] (250 - 255)  // 2[0-4]\\d (200 - 249)  // [0-1]\\d{2} (000 - 199)  // [1-... 阅读全文
posted @ 2010-08-23 13:16 zhouli 阅读(676) 评论(0) 推荐(0) 编辑
摘要: #include <LMACCESS.H>#include <LMERR.H>#include <LMAPIBUF.H>#include <iostream>#include <vector>using namespace std;vector<CString> m_account;GetOSUserName(){  LPUS... 阅读全文
posted @ 2010-08-23 11:22 zhouli 阅读(470) 评论(0) 推荐(0) 编辑