以文本方式查看主题 - 计算机科学论坛 (http://bbs.xml.org.cn/index.asp) -- 『 C/C++编程思想 』 (http://bbs.xml.org.cn/list.asp?boardid=61) ---- [求助]C++程序注释(哪位大虾能帮忙把程序详细注释一下?) (http://bbs.xml.org.cn/dispbbs.asp?boardid=61&rootid=&id=41655) |
-- 作者:catchwind -- 发布时间:12/26/2006 8:49:00 PM -- [求助]C++程序注释(哪位大虾能帮忙把程序详细注释一下?) CPlayListDlg::CPlayListDlg(CWnd* pParent /*=NULL*/) : CDialog(CPlayListDlg::IDD, pParent) { //{{AFX_DATA_INIT(CPlayListDlg) m_dirname = _T(""); //}}AFX_DATA_INIT } ///////////////////////////////////////////////////////////////////////////// void CPlayListDlg::OnBrow() void CPlayListDlg::DirToFileList(CString m_dir) struct _finddata_t FileBlock; UpdateData(FALSE); BOOL CPlayListDlg::IsDirExist(CString m_dir) struct _finddata_t FileBlock; void CPlayListDlg::OnCleanAll() void CPlayListDlg::OnSelectAll() void CPlayListDlg::OnTo() void CPlayListDlg::OnDel() BOOL CPlayListDlg::OnInitDialog() |
-- 作者:卷积内核 -- 发布时间:12/27/2006 8:24:00 AM -- CPlayListDlg::CPlayListDlg(CWnd* pParent /*=NULL*/) : CDialog(CPlayListDlg::IDD, pParent) { //{{AFX_DATA_INIT(CPlayListDlg) m_dirname = _T(""); //}}AFX_DATA_INIT } ///////////////////////////////////////////////////////////////////////////// void CPlayListDlg::OnBrow() void CPlayListDlg::DirToFileList(CString m_dir) struct _finddata_t FileBlock; UpdateData(FALSE); BOOL CPlayListDlg::IsDirExist(CString m_dir) struct _finddata_t FileBlock; void CPlayListDlg::OnCleanAll() void CPlayListDlg::OnSelectAll() void CPlayListDlg::OnTo() void CPlayListDlg::OnDel() BOOL CPlayListDlg::OnInitDialog()
|
-- 作者:catchwind -- 发布时间:12/27/2006 2:34:00 PM -- 谢谢这为大哥了。不过小弟还有个程序段,能为小弟再详细注释一下不? 4设计程序模拟系统菜单界面主要内容和功能-----BMP图形及计算 #include "stdafx.h" #include "TigerPlay.h" #include "BmpSize.h" #ifdef _DEBUG ////////////////////////////////////////////////////////////////////// if (uID != 0) if ( IsPaint ) { |
-- 作者:卷积内核 -- 发布时间:12/27/2006 4:15:00 PM -- #include "stdafx.h" #include "TigerPlay.h" #include "BmpSize.h" #ifdef _DEBUG ////////////////////////////////////////////////////////////////////// if (uID != 0) if ( IsPaint ) { |
-- 作者:catchwind -- 发布时间:12/27/2006 6:07:00 PM -- 小弟现在对MFC编程C++类库的调用不是很了解。能否再详细的解释下?? [此贴子已经被作者于2006-12-27 18:54:24编辑过]
|
-- 作者:卷积内核 -- 发布时间:12/28/2006 9:44:00 AM -- 这里没有用到什么高深的东西啊,都是普通的vc常用函数,会基本的vc这些都应该能看懂的。建议你从基本的MFC编程看起,不然没办法深入,这些不是一两句话就能学会的东西。 |
-- 作者:一分之千 -- 发布时间:12/31/2006 8:58:00 PM -- 小弟现在对MFC编程C++类库的调用不是很了解。能否再详细的解释下?? |
-- 作者:catchwind -- 发布时间:1/13/2007 5:30:00 PM -- 多谢大哥的指点.. |
W 3 C h i n a ( since 2003 ) 旗 下 站 点 苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》 |
93.750ms |