S*******s 发帖数: 13043 | 1 【 以下文字转载自 Quant 讨论区 】
发信人: StarVenus (参商*寻死队副官), 信区: Quant
标 题: Re: 110道C++面试题目,你会做多少?
发信站: BBS 未名空间站 (Thu May 10 11:44:17 2007)
I only see 109 questions.
where is your 50 others?
good questions. I think most of the questions are fundamental, except
following:
>>Why OOP are better?
high productivity, low maintaenance cost. but why?
>>how would you choose between an abstract class and interface?
is there interface in c++?
>>What is the meaning of the “explicit” keyword for constructors?
never no | c*****z 发帖数: 182 | 2 高手来给扫扫盲吧,我只知道associative container好像是string之类的
【在 S*******s 的大作中提到】 : 【 以下文字转载自 Quant 讨论区 】 : 发信人: StarVenus (参商*寻死队副官), 信区: Quant : 标 题: Re: 110道C++面试题目,你会做多少? : 发信站: BBS 未名空间站 (Thu May 10 11:44:17 2007) : I only see 109 questions. : where is your 50 others? : good questions. I think most of the questions are fundamental, except : following: : >>Why OOP are better? : high productivity, low maintaenance cost. but why?
| q*****g 发帖数: 72 | 3 string is sequential container
associative container: set, multiset, map, multimap
【在 c*****z 的大作中提到】 : 高手来给扫扫盲吧,我只知道associative container好像是string之类的
| t****t 发帖数: 6806 | 4 这么老的题还有人做啊
其实这套题(或者说,那谁整理的)很差的,很多跟C++没关系的不说,重复混乱,而且题也
很模糊
【在 S*******s 的大作中提到】 : 【 以下文字转载自 Quant 讨论区 】 : 发信人: StarVenus (参商*寻死队副官), 信区: Quant : 标 题: Re: 110道C++面试题目,你会做多少? : 发信站: BBS 未名空间站 (Thu May 10 11:44:17 2007) : I only see 109 questions. : where is your 50 others? : good questions. I think most of the questions are fundamental, except : following: : >>Why OOP are better? : high productivity, low maintaenance cost. but why?
| q*****g 发帖数: 72 | 5 是啊,看的人头重脚轻
【在 t****t 的大作中提到】 : 这么老的题还有人做啊 : 其实这套题(或者说,那谁整理的)很差的,很多跟C++没关系的不说,重复混乱,而且题也 : 很模糊
| O*******d 发帖数: 20343 | |
|