由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - Best C++ book
相关主题
好心人帮忙推荐一本C++入门书借本版售C++相关书籍
C++面试题目分享(2)被鄙视了, c++基础知识
C++ Q35: sizeof() (B20_20)大年初一说说码农界的人生偶像:你的偶像是linus, gosling, stroustrup
Answers to Exercises from "The C++ Programming Language"潘爱民张丽翻译的C++ Primer质量如何?
马工就别靠内推找工作了计算机领域大牛
电面被羞辱了,求安慰~~~小时候淘气的程序员会得到它
学习C++11The untold truth about C++
刷题是程序员和工程师的分水岭C++,大家觉得最值得买最想买最不后悔买的书是哪本?
相关话题的讨论汇总
话题: c++话题: book话题: best话题: algorithms话题: ago
进入JobHunting版参与讨论
1 (共1页)
c***2
发帖数: 838
1
I am going to re-learn C++ in full scale (last time I use it is 10 years ago
).
Please vote your best book.
Thanks,
L*******e
发帖数: 114
2
C++ programming language.
i**********e
发帖数: 1145
3
If you already know programming basics, the best way to learn a language is
to program on it a lot. Try to come up with a self project, like a simple
game. In the process you will encounter a lot of problems and you will find
solutions. That's how you learn to program.
Highly recommended is Bjarne Stroustrup's The C++ Language to serve as your
reference, and also The C++ FAQ which can be found here:
www.parashift.com/c++-faq-lite/
一些常见面试题的答案与总结 -
http://www.ihas1337code.com

ago

【在 c***2 的大作中提到】
: I am going to re-learn C++ in full scale (last time I use it is 10 years ago
: ).
: Please vote your best book.
: Thanks,

e**********6
发帖数: 78
4
c++ primer不错,挺适合入门的
i**********e
发帖数: 1145
5
Add another one, wonderful book. I learned C++ mostly from this book.
C++ How to Program: Deitel and Deitel
http://www.amazon.com/How-Program-7th-Paul-Deitel/dp/0136117260
一些常见面试题的答案与总结 -
http://www.ihas1337code.com
b******n
发帖数: 592
6
I am reading the C++ Standard Library, I find the print is very please to
read. It doesnt cover C++ basics, probably exactly what you need.

ago

【在 c***2 的大作中提到】
: I am going to re-learn C++ in full scale (last time I use it is 10 years ago
: ).
: Please vote your best book.
: Thanks,

c***2
发帖数: 838
7
Thanks all for the info. I know the basics, actually used it for about 1
year, back to 10 years ago.
Just to refresh in a systematic way.
b******n
发帖数: 592
8
C++ Primer covers too many beginner stuffs..

【在 c***2 的大作中提到】
: Thanks all for the info. I know the basics, actually used it for about 1
: year, back to 10 years ago.
: Just to refresh in a systematic way.

r******d
发帖数: 308
9
不过10年没有用了, 那些零碎的东西都可能不记得了吧。。。 有的面试问的很边边角
角的问题。 觉得楼主需要至少过一遍最基本的c++的语法书
Thinking in C++
C++ Primer
算法好的有
Algorithms in C
不过太长了, 我看得都要吐了
c***2
发帖数: 838
10
Thanks for the comments.
Got tons of books, not sure which one to start. :-)
I quickly go through "Algorithms in C", actually there is nothing much new
stuff in it. Just some slight improvements for general algorithms. That's
why it's a textbook.
r****o
发帖数: 1950
11
Actually Algorithm in C is a very excellent algorithm book.

【在 c***2 的大作中提到】
: Thanks for the comments.
: Got tons of books, not sure which one to start. :-)
: I quickly go through "Algorithms in C", actually there is nothing much new
: stuff in it. Just some slight improvements for general algorithms. That's
: why it's a textbook.

r******d
发帖数: 308
12
你要是那些算法都记得或者最近有用到就不用看algorithms in c了吧, 看看精华区面
试的题目就行了
楼主挺强大的, 我第一次面试之前没有复习, 结果被问到有些什么排序算法, 结果
没有答上来。。。。。。。 就想起来个冒泡法, 呵呵

【在 c***2 的大作中提到】
: Thanks for the comments.
: Got tons of books, not sure which one to start. :-)
: I quickly go through "Algorithms in C", actually there is nothing much new
: stuff in it. Just some slight improvements for general algorithms. That's
: why it's a textbook.

1 (共1页)
进入JobHunting版参与讨论
相关主题
C++,大家觉得最值得买最想买最不后悔买的书是哪本?马工就别靠内推找工作了
VB, C++初学者清推荐书籍电面被羞辱了,求安慰~~~
哪位大侠有如下书籍的电子版,或者下载地址,多谢学习C++11
C++0x刷题是程序员和工程师的分水岭
好心人帮忙推荐一本C++入门书借本版售C++相关书籍
C++面试题目分享(2)被鄙视了, c++基础知识
C++ Q35: sizeof() (B20_20)大年初一说说码农界的人生偶像:你的偶像是linus, gosling, stroustrup
Answers to Exercises from "The C++ Programming Language"潘爱民张丽翻译的C++ Primer质量如何?
相关话题的讨论汇总
话题: c++话题: book话题: best话题: algorithms话题: ago