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 | | 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 | | H******7 发帖数: 1728 | |
|