摘要:
http://www.vckbase.com/document/viewdoc/?id=1082 阅读全文
posted @ 2011-01-03 12:48
张纯睿
阅读(109)
评论(0)
推荐(0)
摘要:
Outputlst.RemoveAll();for(int i=0;ialOutput.GetSize();i++){Outputlst.AddTail(alOutput.GetAt((POSITION)i));} 阅读全文
posted @ 2011-01-03 12:46
张纯睿
阅读(270)
评论(0)
推荐(0)
摘要:
bstr判断BSTR详解三 - BSTR使用注意事项 - 技术随笔 - CSDN博客http://blog.csdn.net/pkrobbie/archive/2007/01/18/1486367.aspxif ( ::SysAllocString(_T("CVertexTable"))==bstrType)--错误!因为BSTR没有 == 运算符判断if ((_bstr_t)::SysAllocString(_T("type"))==(_bstr_t)bstrAttName) 阅读全文
posted @ 2011-01-03 12:45
张纯睿
阅读(351)
评论(0)
推荐(0)
摘要:
unicode CString - std::stringUSES_CONVERSION;std::string stemp = T2A(name);name_ = stemp; 阅读全文
posted @ 2011-01-03 12:45
张纯睿
阅读(142)
评论(0)
推荐(0)
摘要:
http://thinkinginmylife.spaces.live.com/blog/cns!E44140D5E07BEC07!137.entry我转~~~C++5(public, protected, private继承)在继承关系中,基类的private成员不但对应用程序隐藏,即使是派生类也是隐藏不可访问的,而基类的保护成员只对应用程序隐藏,对于派生类来说是不隐藏的,保护继承与私有继承在实际编程工作中使用是极其少见的,他们只在技术理论上有意义。 //程序作者:管宁 //站点:www.cndev-lab.com //所有稿件均有版权,如要转载,请务必著名出处和作者 #includei 阅读全文
posted @ 2011-01-03 12:43
张纯睿
阅读(137)
评论(0)
推荐(0)
摘要:
CRichEditCtrl 好象没有复制、粘贴的功能(Ctrl+C、Ctrl+v都不好用问题已经解决,是我没有把系统自动生成的快捷键删去。它没有执行RichEdit的消息。 阅读全文
posted @ 2011-01-03 12:43
张纯睿
阅读(212)
评论(0)
推荐(0)
摘要:
CStringList lstCString sInputItem = lst.GetAt(0); 报错,改为CString sInputItem = lst.GetAt(lst.FindIndex(nInputIndex)); 阅读全文
posted @ 2011-01-03 12:43
张纯睿
阅读(151)
评论(0)
推荐(0)
摘要:
http://topic.csdn.net/t/20050828/21/4236456.html横秋扫盲系列(4) 阅读全文
posted @ 2011-01-03 12:42
张纯睿
阅读(153)
评论(0)
推荐(0)
摘要:
wstring str = _T("123"); CString cs(str.c_str()); 阅读全文
posted @ 2011-01-03 12:42
张纯睿
阅读(189)
评论(0)
推荐(0)
摘要:
static SYSTEMTIME lastTime;SYSTEMTIME CDebugProfile::lastTime = {0}; 阅读全文
posted @ 2011-01-03 12:41
张纯睿
阅读(134)
评论(0)
推荐(0)
浙公网安备 33010602011771号