由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 老板嫌我C++太差!请推荐。
相关主题
Three C/C++ Programming QuestionsZT:C++未来断想
What is automatic space allocation in C++?C++中如何处理日期时间?
Any possibility to make this expression faster?boost::variant 的问题
从今天开始起,学C++!which Regular Expression lib in C++ do you prefer?
葵花宝典之四大神功小白一问:vista下面用什么C编译器?
请教一个C++问题请推荐好的c++下的matrix库
map析构请教C++ thread library
问一个简单C++问题statistical programming
相关话题的讨论汇总
话题: c++话题: read话题: code话题: your话题: 太差
进入Programming版参与讨论
1 (共1页)
N****M
发帖数: 158
1
老板嫌我C++太差,建议我去上几个星期的C++ short Course.最好是牛人给的,比如
Scott Meyers. 我上网搜出一大堆不知道选哪个好,请前辈们推荐一下C++ short
course。地点最好在纽约。谢谢了!
t*****n
发帖数: 4908
2
适合速成
http://www.parashift.com/c++-faq/
再看些设计模式
http://stackoverflow.com/questions/3948035/detail-learning-of-c
http://stackoverflow.com/questions/5273798/where-can-i-find-onl
此外就是多写代码。

【在 N****M 的大作中提到】
: 老板嫌我C++太差,建议我去上几个星期的C++ short Course.最好是牛人给的,比如
: Scott Meyers. 我上网搜出一大堆不知道选哪个好,请前辈们推荐一下C++ short
: course。地点最好在纽约。谢谢了!

xt
发帖数: 17532
3
上课没有用,多读书练习

【在 N****M 的大作中提到】
: 老板嫌我C++太差,建议我去上几个星期的C++ short Course.最好是牛人给的,比如
: Scott Meyers. 我上网搜出一大堆不知道选哪个好,请前辈们推荐一下C++ short
: course。地点最好在纽约。谢谢了!

n****6
发帖数: 570
4
Read book to get some basic ideas.
y****e
发帖数: 23939
5
你老板人真好
k**********g
发帖数: 989
6

Read books, and also spend more time to read and learn from your company's
or project's C++ source code.
Without having a large scale "practical example" of C++ application, it is
difficult to learn C++ just from reading books.

【在 n****6 的大作中提到】
: Read book to get some basic ideas.
c****e
发帖数: 1453
7
Some semi-cheating tricks that could help you immediately:
(1) Don't try to write your own code, try to find existing snippet to copy.
(2) Use std/boost as much as you can. It can somehow make your code "look"
better in many cases. And yes usually it does "run" better. It also makes
your code more "c++"
(3) Search on internet for "c++ coding standards/guidelines". You will find
yourself is less likely to be embarrassed during code review by your boss.
xt
发帖数: 17532
8
第二条用boost未必是好主意。不是哪个地方都可以这么允许你
引入第三方代码的。

find

【在 c****e 的大作中提到】
: Some semi-cheating tricks that could help you immediately:
: (1) Don't try to write your own code, try to find existing snippet to copy.
: (2) Use std/boost as much as you can. It can somehow make your code "look"
: better in many cases. And yes usually it does "run" better. It also makes
: your code more "c++"
: (3) Search on internet for "c++ coding standards/guidelines". You will find
: yourself is less likely to be embarrassed during code review by your boss.

1 (共1页)
进入Programming版参与讨论
相关主题
statistical programming葵花宝典之四大神功
C++ 的 exception handling请教一个C++问题
网上哪里可以找到好的C++源代码map析构
请教一个boost::bind的问题问一个简单C++问题
Three C/C++ Programming QuestionsZT:C++未来断想
What is automatic space allocation in C++?C++中如何处理日期时间?
Any possibility to make this expression faster?boost::variant 的问题
从今天开始起,学C++!which Regular Expression lib in C++ do you prefer?
相关话题的讨论汇总
话题: c++话题: read话题: code话题: your话题: 太差