📄 subject_53956.htm
字号:
<p>
序号:53956 发表者:木木二中 发表日期:2003-09-24 14:53:19
<br>主题:关于CList
<br>内容:// CList is a template class that takes two template arguments.<BR>// The first argument is type stored internally by the list, the<BR>// second argument is the type used in the arguments for the<BR>// CList methods.<BR><BR>// This code defines a list of ints.<BR>CList<int,int> myList;<BR><BR>// This code defines a list of CStrings<BR>CList<CString,CString&> myList;<BR><BR>// This code defines a list of MYTYPEs,<BR>//NOTE: MYTYPE could be any struct, class or type definition<BR>CList<MYTYPE,MYTYPE&> myList;<BR>在MSDN中,关于CList<>的解释我看不懂,哪位高手可以帮我解释一下?谢谢!<BR><BR>2003-9-24 14:55:01
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -