由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - C++ Q90 - Q92 (转载)
相关主题
operator overloading (C++)这个问题怎么答?
一个C#使用C++.NET类库的问题这段code有啥问题?
Any difference between class and typename identifier?C++ Q93 - Q95 (转载)
[合集] C++ template question请问const myClass &src 和myClass const &src有什么区别?
C++里get array size的问题 (转载)请教 C++ std::list iterator 对 template class pointer 的应用问题
C++ 菜鸟问一个关于template 的问题。can you insert several function pointers into a queue ?
C++学到什么程度能找到初级工作c++ pointers are iterators, why?
怎么准备一些hardcore C++的interview (转载)function pointer 和 call-back function 有什么区别?
相关话题的讨论汇总
话题: template话题: function话题: c++话题: templates话题: pointer
进入Programming版参与讨论
1 (共1页)
c**********e
发帖数: 2007
1
【 以下文字转载自 JobHunting 讨论区 】
发信人: careerchange (Stupid), 信区: JobHunting
标 题: C++ Q90 - Q92
发信站: BBS 未名空间站 (Fri Oct 14 23:32:13 2011, 美东)
C++ Q90: class templates
What type of class template can be nested?
A. Only non-template classes
B. Only class templates
C. Both class templates and non-template classes
D. Neither class templates nor non-template classes
C++ Q91: this pointer
Which one of the following operations requires explicit use of a this
pointer?
A. Calling a member function that requires a pointer to that object from
another member function in the same object
B. Calling a global function that requires a pointer to that object from a
member function
C++ Q92: function templates and overloading
Multiple choice: Identify what formal type parameters are used for.
A. To specify the argument types to a function template
B. To instantiate a function template
C. To specify the return type of a function template
D. To declare variables within the function template body
1 (共1页)
进入Programming版参与讨论
相关主题
function pointer 和 call-back function 有什么区别?C++里get array size的问题 (转载)
one more interview questionC++ 菜鸟问一个关于template 的问题。
大家觉得C++复杂在哪里?C++学到什么程度能找到初级工作
difference between: char** p and char*p[] ??怎么准备一些hardcore C++的interview (转载)
operator overloading (C++)这个问题怎么答?
一个C#使用C++.NET类库的问题这段code有啥问题?
Any difference between class and typename identifier?C++ Q93 - Q95 (转载)
[合集] C++ template question请问const myClass &src 和myClass const &src有什么区别?
相关话题的讨论汇总
话题: template话题: function话题: c++话题: templates话题: pointer