注册 登录
编程论坛 C++教室

请C++学习中的或已成为高手的人来一下

jm1ppqpotss 发布于 2010-08-15 14:26, 1097 次点击
大家好! 我是一位高三毕业生,将迈入大学了,进了软件工程,

本人对C++很有兴趣,但不知道该从哪入手,

我没有C++的基础,想从入门的书入手,

请大家推荐些学C++的方法或首先看什么书,小弟毕生感激不尽!
14 回复
#2
pangding2010-08-15 15:03
才刚高三毕业,前途无限呀~

一般推荐的书都是 C++ Primer 什么的,虽然经典但比较厚。能打下很好的基础。
#3
jm1ppqpotss2010-08-15 15:21
好的,谢谢

但有人说开始应先看谭浩强的《C++程序设计》第三版,那我应该看哪本先??
#4
pangding2010-08-15 15:31
要我说显然是_先看_我推荐的那本。而且看完之后也没必要“后看”老谭的了。
#5
jm1ppqpotss2010-08-15 15:33
好的,谢谢,我已经下了那本的电子书了,一个月之内攻下!
#6
zhug2010-08-15 15:54
要是觉得那么比较深,21天学成C++也不错
#7
zhoufeng19882010-08-16 09:08
回复 5楼 jm1ppqpotss
细水长流,不要急于求成,慢慢来慢慢来。
#8
carmeloyin2010-08-16 13:17
初学的话
还是推荐老谭的
C++ Primer适合当字典用
#9
mxs8102010-08-16 16:37
c++学习应该是一项和艰巨的任务,需要静下心来慢慢体会;
有关c++的书籍可以参考以下内容,以前从网上搜的:

层级一:语法/语意(C++)
[Lippman2000] Essential C++
Essential C++,by Stanley B. Lippman Addison Wesley Longman 2000,276 pages
Essential C++ 中文版 ,侯俊杰 译,282页  
[Gregory95] C++:The Core Language
C++:The Core Language by Gregory Satir 1995 O'Reilly
C++语言核心,张铭泽 译 ,236页
[Deitel98] The Complete C++ Training Course
The Complete C++ Training Course 2/e by Harvey M.Deitel 1998 Prentice Hall
C++大学教程(第二版),邱仲潘等 译,816页
[Stevens2000] Standard C++ Bible
Standard C++ Bible   2000  Al Stevens   IDG
标准C++宝典,林丽闽等 译,766页
[Eckel2000] Thinking in C++
Thinking in C++ 2/e   Bruce Eckel  2000 1470 pages Prentice Hall
C++ 编程思想,刘宗田等 译,420页
[Lippman98] C++Primer
C++ Primer,3rd Editoin,by Stanley Lippman and Josee Lajoie
 Addison Wesley Longman,1998 1237 pages
C++ Primer 中文版,侯俊杰 译,1999,1237页
[Struostrup2000] The C++ Programming Language
The C++ Programming Language,Special Editoin,by Bjarne Stroustrup
 Addison Wesley Longman,2000,1017 pages
C++程序语言经典本,叶秉哲 译,儒林 1999
[ANSI C++] C++规格书 1998.9.1 PDF格式
ANSI C++ 1996 Draft

层级二:专家经验(C++/OOP)
[Meyers96] More Effective C++
More Effective C++,by Scott Meyers,Addison Wesley,1996,318pages
More Effective C++中文版,侯俊杰,培生 2000. 318页
[Meyers98] Effective C++
Effective C++,Second Edition,by Scott Meyers,Addison Wesley Longman,1998.256pages
Effective C++ 2/e 中文版,侯俊杰,培生 2000.256页
[Sutter99] Exceptional C++
Exceptional C++,by Herb Sutter,Addison Wesley Longman,2000.208pages
Exceptional C++中文版,侯俊杰,培生 2000.248页
 [Sutter2001]More Exceptional C++
More Exceptional C++ by Herb Sutter,Addison Wesley Longman,2001.

层级三:底层机制(C++ Object Model)
[Ellis90] The Annotated C++ Reference Manual
The Annotated C++ Reference Manual,by Margaret A.Ellis and Bjarne Stroustrup
Addison Wesley Longman,1990,447 pages.
[Lippman96] Inside the C++ Object Model
Inside the C++ Object Model,by Stanley Lippman,Addison Wesley Longman,1996,280pages
深度探索C++物件模型,侯俊杰 译

层级四:设计观念的复用(C++/Patterns)
[Gamma95] Design Patterns:Elements of Reusable Object Oriented Software,
by Erich Gamma,Richard Helm,Ralph Johnson,and John Vlissides,Addison Wesley,1995.395pages
设计模式,李英军等译,机械工业出版社,2000.254页
[Alex2001]Modern C++ Design: Generic Programming and Design Patterns Applied
by Andrei Alexandrescu,Addison-Wesley,2001,352Paper
 
Genericity/STL系列:
第一个境界是使用STL:
[Josuttis99]:The C++ Standard Library -A Tutorial and Reference,by Nicolai M.Josuttis,
Addison Wesley 1999.799pages
第二个境界是了解泛型技术的内涵与STL的学理:
[Austern98]:Generic Programming and the STL -Using and Extending the C++ Standard
Template library,by Matthew H.Austern,Addison Wesley 1998.548page

第三个境界是扩充STL:
[Stepanov2001]:C++ Standard Template Library by P.J.Plauger,Alexander A.Stepanov,
Meng Lee,David R.Musser,Prentice Hall 2001
这些就是你应该看的书,如果你想成为高手。
#10
towhee2010-08-16 17:06
我汗,斑竹这才是精华啊。。。
我不推荐一个月攻下c++
1,定的时间太短,万一达不到,会有挫折感,不利于后面学习
2,况且从没有基础到学有所成,一般没有个一年左右不可能的
#11
towhee2010-08-16 17:12
3,一定要多动手写写,多上机实验一下,切记!
#12
画影2010-08-16 18:09
学习
#13
书中叶2010-08-16 21:46
软件工程据说是大学里最累的一门专业,软件工程方面的人才都是靠写code行数的积累来提升自身的价值的,就像驾驶员的里程、飞行员的飞行时间,所以建议你做好吃苦的准备
我也是大学新生,我考上了计算机专业,我将来想向网络工程发展,我目前正在自学《C++Primer第4版》,这本书还配套一本《习题解答》,个人感觉适合用来入门
入门篇是让你体会一下C++编程的过程及效果,之后开始系统的介绍C++的各部分
我本人学过VF,VB也了解一些,所以学起来感觉不是很难,就是里边有些很抽象的概念需要高手帮你来意会,建议你可以多来bbs.bccn.net问问题,会有很多前辈乐意为你解答
学习向来都非易事,如果自己有恒心有毅力就一定能成功
希望我说的能对你有些帮助,祝你学业有成!
#14
waynell952010-08-16 22:56
推荐 钱能主编的《C++程序设计教程》清华大学出版社,简单易懂。没有C基础也可学习。不知道现在有没有更新的版本。
#15
jm1ppqpotss2010-08-17 20:07
   谢谢各位高手的宝贵意见,特别是斑竹的

                                      你们是我以后学习编程的导师,再次感谢你们!!!
1