In the first edition of Thinking in C++, Bruce Eckel synthesized years of C++ teaching and programming experience into a beautifully structured course in making the most of the language. It became an instant classic, winning the 1995 Software Development Jolt Cola Award for best book of the year. Now, Eckel has thoroughly rewritten Thinking in C++ to reflect the final ANSI/ISO C++ standard. Every page has been revisited and rethought, with many new examples and exercises -- all designed to help you understand C++ "down to the bare metal," so you can solve virtually any problem. Eckel starts with a detailed look at objects, showing how C++ programs can be constructed from off-the-shelf object libraries. This edition includes a new, chapter-length overview of the C features that are used in C++ -- plus a new CD-ROM containing an outstanding C seminar that covers all the foundations developers need before they can truly take advantage of C++. Eckel then walks through initialization and cleanup; function overloading and default arguments; constants; inline functions; name control; references and the copy constructor; operator overloading; and more. There are chapters on dynamic object creation; inheritance and composition; polymorphism and virtual functions, and templates. (Bonus coverage of string, templates, and the Standard Template Library, can be found at Eckel's web site.) Every chapter contains many modular, to-the-point examples, plus exercises based on Eckel's extensive experience teaching C++ seminars. Put simply, Eckel has made an outstanding book on C++ even better.
2019-12-21 18:54:23 13.44MB C++编程思想
1
Thinking in C++(1,2卷)
2019-12-21 18:48:31 26.35MB Thinking in C++(1,2卷)
1
《大象:Thinking in UML(第2版)》是一本讲软件的分析、设计与建模的书;一本将晦涩的概念与项目的实践紧密结合的书;一本让您与似是而非的感觉做个了断的书;一本充满思想与智慧的书……字字珠玑,醍醐灌顶。从来没有一本书,带给软件开发人员如此醍醐灌顶的感受。软件江湖盛传的“UML第一书”,开发人员梦寐以求的“九阳真经”,真正助您打通软件开发“任督二脉”。
2015-03-18 00:00:00 44.63MB uml 软件工程
1
Thinking in java书里的代码包org.greggordon.tools.jar 提取出来了 包含print方法import static org.greggordon.tools.Print.*; 不用自己再改写了
2014-10-06 00:00:00 795B org greggordon thinking in
1
Annotated Solution Guide for Thinking in C++ Vol1第二版课后题代码。我想有很多人在找它,共享给大家。这个东西应该在网上是找不到的。
2008-07-27 00:00:00 261KB C++ 源码 练习题 教程
1
The Thinking In Java Annotated Solution Guide 4th
2008-07-21 00:00:00 221KB The Thinking In Java
1