由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 攒人品 贴个Bloomberg phone interview.
相关主题
为人父母,发面经,攒人品,求REFERC++ Q47: protected constructor (C39)
今早Bloomberg电话面试经过,奉献给大家。。。发面经攒rp —— Bloomberg
Bloomberg网上测试题Qualcomm Phone Interbview面筋,赚RP
发发我自己的Bloomberg的面经贴一道take home的面试题
C++相关的面经新Qualcomm面经
询问Bloomberg online skill assessment再帖一遍Amazon Onsite的题
Clone() vs new问几个跟C++有关的面试题
请问这个C++问题对吗?包子呼唤大牛--问关于C++Destructor的问题 (转载)
相关话题的讨论汇总
话题: stl话题: bloomberg话题: c++话题: 贴个话题: copy
进入JobHunting版参与讨论
1 (共1页)
B*******g
发帖数: 1593
1
运气好 问到的都是很简单的问题 C++ STL...
1. 4 default functions in C++
2. For non built-in type, how to prevent client from passing by value
3. Program crashed, what u do?(I said fault handlers with stack trace,log
files blahblah)
4. STL vector what happens when insert() push_back() pop_back()are called.
我答的很笼统 主要就是注意到memory reallocation还有将所有元素移到新的内存地址
的问题 顺便
问到了vector里面是user defined type时要定义copy constructor 以及shallow deep
copy
5. set 和 hash_map的区别 我没讲全 他也没追问细节
6. file with strings, use STL containers to fin
s*********n
发帖数: 41
2
赞分享

deep

【在 B*******g 的大作中提到】
: 运气好 问到的都是很简单的问题 C++ STL...
: 1. 4 default functions in C++
: 2. For non built-in type, how to prevent client from passing by value
: 3. Program crashed, what u do?(I said fault handlers with stack trace,log
: files blahblah)
: 4. STL vector what happens when insert() push_back() pop_back()are called.
: 我答的很笼统 主要就是注意到memory reallocation还有将所有元素移到新的内存地址
: 的问题 顺便
: 问到了vector里面是user defined type时要定义copy constructor 以及shallow deep
: copy

C*Y
发帖数: 736
3
第2个问题,通常是怎样做的?
g**********1
发帖数: 1113
4
for 2 private copy constructor
z****e
发帖数: 2024
5
大赞,猪兄好运,好人品。

deep

【在 B*******g 的大作中提到】
: 运气好 问到的都是很简单的问题 C++ STL...
: 1. 4 default functions in C++
: 2. For non built-in type, how to prevent client from passing by value
: 3. Program crashed, what u do?(I said fault handlers with stack trace,log
: files blahblah)
: 4. STL vector what happens when insert() push_back() pop_back()are called.
: 我答的很笼统 主要就是注意到memory reallocation还有将所有元素移到新的内存地址
: 的问题 顺便
: 问到了vector里面是user defined type时要定义copy constructor 以及shallow deep
: copy

n*******3
发帖数: 313
6
赞rp
H******7
发帖数: 1728
7
MARK
感谢LZ分享!
1 (共1页)
进入JobHunting版参与讨论
相关主题
包子呼唤大牛--问关于C++Destructor的问题 (转载)C++相关的面经
问个C++的题目询问Bloomberg online skill assessment
C++ constructor problemClone() vs new
问个C++重新编译的问题请问这个C++问题对吗?
为人父母,发面经,攒人品,求REFERC++ Q47: protected constructor (C39)
今早Bloomberg电话面试经过,奉献给大家。。。发面经攒rp —— Bloomberg
Bloomberg网上测试题Qualcomm Phone Interbview面筋,赚RP
发发我自己的Bloomberg的面经贴一道take home的面试题
相关话题的讨论汇总
话题: stl话题: bloomberg话题: c++话题: 贴个话题: copy