由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Re: 110道C++面试题目,你会做多少? (转载)
相关主题
一个C++的概念问题effective C++里的memory pool 一问:
弱弱的问问hash, hashtable? (转载)问一个C++ template的问题
std::map 为什么没有排序呢求助: 关于用VC做user interface
问一个JAVA Interface Design的问题how to create an interface file in a Visual C++ project
赵策怎么看OOP hell的问题?[菜鸟问问题]请问如果有两个 C++ library
Associative container 是 set, multiset, map, multimap 这些东西吗?C++问题几个
请教matlab转C++qeustion about separation of interface and implementation in java
为什么我的visual C++ 找不到 "Stdafx.h" ?请教c++ interface class问题
相关话题的讨论汇总
话题: c++话题: questions话题: why话题: interface话题: what
进入Programming版参与讨论
1 (共1页)
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
6
这些题大部分都和C++无关
1 (共1页)
进入Programming版参与讨论
相关主题
请教c++ interface class问题赵策怎么看OOP hell的问题?
问个弱问题,C++为什么把interface和implementation分开?Associative container 是 set, multiset, map, multimap 这些东西吗?
COM本质论调用DLL里面构造函数的一点不解请教matlab转C++
C++ 普及课程 (视频):Vector vs Deque为什么我的visual C++ 找不到 "Stdafx.h" ?
一个C++的概念问题effective C++里的memory pool 一问:
弱弱的问问hash, hashtable? (转载)问一个C++ template的问题
std::map 为什么没有排序呢求助: 关于用VC做user interface
问一个JAVA Interface Design的问题how to create an interface file in a Visual C++ project
相关话题的讨论汇总
话题: c++话题: questions话题: why话题: interface话题: what