由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - expert level C++
相关主题
[合集] Google C++ Coding Standard面试问题: most important feature under consideration in new C++ standard
C++ coding standard这书怎么样?new c++ standard is approved
operator overloading (C++)请教程序
standard C++ lib.Facebook’s AI tech mimics how humans learn
Anybody using Python?请教一下geohash的实现
请教问题(想糊涂了) new int; new int();c++里如何产生一个standard normal sample
C/C++ __int64和long long, cross platform问题where to get a copy of c++ standard?
[合集] 也说个C++面题Haskell; Standard ML类语言的问题
相关话题的讨论汇总
话题: c++话题: stl话题: good话题: code话题: expert
进入Programming版参与讨论
1 (共1页)
o****p
发帖数: 162
1
面试技术问题应该是什么题目? 大伙群策群力,都给说说看,或者贡献题目,或者贡献题目的资源链接... 都可以
p***o
发帖数: 1252
2
Sounds like things in these books.
Modern C++ Design
Exceptional C++ Style
C++ Coding Standards

【在 o****p 的大作中提到】
: 面试技术问题应该是什么题目? 大伙群策群力,都给说说看,或者贡献题目,或者贡献题目的资源链接... 都可以
d****p
发帖数: 685
3
These are good books.
Some add-ons:
1. Read assembly code.
2. Treat compiler'as a human and try to understand him.
3. Keep reading STL/boost code, everyday. (once you have basics, this is the
key for growing your coding skills - just mimic good code)
4. Most important, try to make your code durable - if after one year your
code doesn't change much, it is good code.

【在 p***o 的大作中提到】
: Sounds like things in these books.
: Modern C++ Design
: Exceptional C++ Style
: C++ Coding Standards

c*******9
发帖数: 6411
4
any good book recommendation for STL/boost beginner?
d****p
发帖数: 685
5
boost.org has online tutorial
www.cplusplus.com has STL tutorial

【在 c*******9 的大作中提到】
: any good book recommendation for STL/boost beginner?
o****p
发帖数: 162
6
Thank you all for good suggestions!

【在 d****p 的大作中提到】
: boost.org has online tutorial
: www.cplusplus.com has STL tutorial

1 (共1页)
进入Programming版参与讨论
相关主题
Haskell; Standard ML类语言的问题Anybody using Python?
how's the new c++ standard (c++11)请教问题(想糊涂了) new int; new int();
微软反面宣传人物是东亚裔和黑人 (转载)C/C++ __int64和long long, cross platform问题
怎么生成Certificate Signing Request (CSR)?[合集] 也说个C++面题
[合集] Google C++ Coding Standard面试问题: most important feature under consideration in new C++ standard
C++ coding standard这书怎么样?new c++ standard is approved
operator overloading (C++)请教程序
standard C++ lib.Facebook’s AI tech mimics how humans learn
相关话题的讨论汇总
话题: c++话题: stl话题: good话题: code话题: expert