您的位置:首页 > 编程语言 > C语言/C++

C++学习书籍推荐

2013-09-26 17:39 246 查看
学习C++各个阶段的书籍.

1. [b]入门阶段[/b]
《C++程序设计》-- 谭浩强

2.进阶阶段
《The C++ Programming language》A:Bjarne Stroustrup T:裘宗燕
《C++ Primer》A:Stanley B.Lippman T:潘爱民

3.提高阶段
《Effective C++》A:Scott Meyers T:侯捷
《More Effective C++》A:Scott Meyers T:侯捷
《Exceptional C++》A:Herb Sutter T:卓小涛
《C++编程规范》-- Herb Sutter,Andrei Alexandrescu T:刘基诚
《泛型编程与STL》A:Matthew H.Austern T:侯捷
《C++标准程序库》A:Nicolai M.Josuttis T:侯捷等
《More Exceptional C++》A:Herb Sutter T:於春景
《C++ 必知必会》A:Stephen C.Dewhurst T:荣耀
《C++ Gotchas》A:Stephen C.Dewhurst

4.深入阶段
《Imperfect C++》A:Matthew Wilson T:荣耀
《C++设计新思维》A:Andrei Alexandrescu T:侯捷等
《深入C++对象模型》A:Stanley B.Lippman T:侯捷
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: