C******b 发帖数: 360 | 1 【 以下文字转载自 JobHunting 讨论区 】
发信人: CodeNoob (CodeNoob), 信区: JobHunting
标 题: 怎么准备一些hardcore C++的interview
发信站: BBS 未名空间站 (Thu Apr 9 17:31:13 2015, 美东)
需要看一下比较底层,比较牛角旮旯的那些c++面试题,template, function pointer,
high performance c++ tricks之类的东西,理论实践都需要。有哪些网站比较好? | x****k 发帖数: 2932 | 2 1. 一些stl基本实现机制
2. c++1x里的一些新的feature
3. meta template progamming
4. google "what every programmer should know about memory" | y*j 发帖数: 3139 | 3 其实比较基本的是资源管理:
1 RAII
2 smart pointer 的 原理
Exception handling 和unit testing 也很重要,反映一个人的编程态度。
【在 x****k 的大作中提到】 : 1. 一些stl基本实现机制 : 2. c++1x里的一些新的feature : 3. meta template progamming : 4. google "what every programmer should know about memory"
|
|