資源簡介
C++ 獲取當前用戶名(提高篇-實例065).zip
代碼片段和文件信息
//?CurrentUser.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“CurrentUser.h“
#include?“CurrentUserDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CCurrentUserApp
BEGIN_MESSAGE_MAP(CCurrentUserApp?CWinApp)
//{{AFX_MSG_MAP(CCurrentUserApp)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code!
//}}AFX_MSG
ON_COMMAND(ID_HELP?CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CCurrentUserApp?construction
CCurrentUserApp::CCurrentUserApp()
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????25364??2013-10-29?09:31??CurrentUser.aps
?????文件????????1126??2013-10-29?10:01??CurrentUser.clw
?????文件????????2133??2007-08-21?15:46??CurrentUser.cpp
?????文件????????4249??2007-08-21?15:46??CurrentUser.dsp
?????文件?????????547??2007-08-21?15:46??CurrentUser.dsw
?????文件????????1379??2007-08-21?15:46??CurrentUser.h
?????文件??????290304??2013-10-29?10:01??CurrentUser.opt
?????文件????????5264??2007-08-21?15:46??CurrentUser.rc
?????文件????????4338??2013-10-29?09:55??CurrentUserDlg.cpp
?????文件????????1421??2007-08-21?15:46??CurrentUserDlg.h
?????文件????????3669??2007-08-21?15:46??ReadMe.txt
?????文件?????????735??2007-08-21?15:46??resource.h
?????文件?????????213??2007-08-21?15:46??StdAfx.cpp
?????文件????????1054??2007-08-21?15:46??StdAfx.h
?????文件????????5694??2007-08-21?15:46??res\CurrentUser.ico
?????文件?????????403??2007-08-21?15:46??res\CurrentUser.rc2
- 上一篇:C++ 子線程與主程序間使用剪貼板傳遞數據
- 下一篇:C++ 檢測系統啟動模式
評論
共有 條評論