摘要: 1 class LogFile 2 { 3 public: 4 static LogFile &instance(); 5 operator FILE *() const { return m_file; } 6 private: 7 LogFile(const char *filen... 阅读全文
posted @ 2014-11-04 17:36 kim_berley 阅读(2417) 评论(0) 推荐(0) 编辑
摘要: //数组的大小只能是13 1 GetMacAdress(char arr[],int Num){ 2 char MAC[13]={0}; 3 PIP_ADAPTER_INFO pAdapterInfo; 4 PIP_ADAPTER_INFO pAdapter = NULL; ... 阅读全文
posted @ 2014-11-04 17:31 kim_berley 阅读(2357) 评论(0) 推荐(0) 编辑
摘要: CString Path;BOOL rec = PathFileExists(Path);if(rec){ //存在}else{ // 不存在} 阅读全文
posted @ 2014-11-04 15:06 kim_berley 阅读(11205) 评论(0) 推荐(0) 编辑