楼主: robin_zheng
3092 8

[文献] 跪求 Deitel 编写的 C++ How to Program [推广有奖]

  • 1关注
  • 1粉丝

副教授

96%

还不是VIP/贵宾

-

威望
0
论坛币
108358 个
通用积分
0.0555
学术水平
1 点
热心指数
3 点
信用等级
1 点
经验
12723 点
帖子
386
精华
0
在线时间
1712 小时
注册时间
2010-2-26
最后登录
2025-8-11

楼主
robin_zheng 发表于 2010-10-15 08:07:23 |AI写论文

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币
跪求 Deitel 编写的 C++ How to Program 任意版本越新越好!谢谢啊
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

关键词:Program Deitel Prog gram rog

沙发
dreamtree 发表于 2010-10-15 08:15:44
我来传一个C++ how to program 第五版吧,呵呵

BTW: 刚才网络老断,可能上传了几个不全的文件,这个应该是全的,呵呵
附件: 你需要登录才可以下载或查看附件。没有帐号?我要注册

藤椅
gujilanxue 发表于 2010-10-15 08:31:46
先来个CHM版本
C++ How to Program, Fifth Edition
By H. M. Deitel -  Deitel & Associates, Inc., P. J. Deitel -  Deitel & Associates, Inc.
Publisher : Prentice Hall
Pub Date : January 05, 2005
Print ISBN-10 : 0-13-185757-6
eText ISBN-10 : 0-13-186103-4
Print ISBN-13 : 978-0-13-185757-5
eText ISBN-13 : 978-0-13-186103-9
Pages : 1536
     

Best-selling C++ text significantly revised to include new early objects coverage and new streamlined case studies.


目录:

# Major content revisions.
# Smaller chapters.
# Early classes and objects approach.
# Integrated case studies: GradeBook, Time class, Employee class and more.
# Unified Modeling Language™ 2.0 (UML 2.0) and an optional OOD/UML ATM case study developed over Chapters 1-7, 9 and 13.
# Discussion and illustrations of the compilation and linking process for multiple-source-file programs.
# Function-call stack explanation.
# Early introduction of C++ Standard Library string and vector objects.
# Discussion and illustration of how polymorphism works "under the hood."
# Web programming, CGI and XHMTL.
# Standard Template Library (STL).
# ANSI/ISO C++ Standard compliance.
# New debugger appendices (Visual Studio .NET and GNU C++).
# New interior design.
# Syntax coloring consistent with most C++ integrated development environments and code editors.
# Code testing on multiple platforms.
# Errors and warnings shown for multiple platforms.
附件: 你需要登录才可以下载或查看附件。没有帐号?我要注册

板凳
robin_zheng 发表于 2010-10-15 21:39:46
谢谢你啊 这个是全的啊,你有没有对应的  Solutions Manual 啊?传来看看好吗? 谢谢啊!

报纸
robin_zheng 发表于 2010-10-15 21:43:48
CHM 的我也要了啊!谢谢啊,还有没有Deitel 其它方面的编程名著啊?都发上来好吗? 谢谢啊! 上传不方便的话可以发到我的邮箱啊, tony.2004@163.com

地板
cshan 发表于 2010-10-17 01:15:52
C++ for Programmers: Deitel® Developer Series
January 23, 2009






Overview PRACTICAL, EXAMPLE-RICH COVERAGE OF:

  • Classes, Objects, Encapsulation, Inheritance, Polymorphism
  • Integrated OOP Case Studies: Time, GradeBook, Employee
  • Industrial-Strength, 95-Page OOD/UML® 2 ATM Case Study
  • Standard Template Library (STL): Containers, Iterators and Algorithms
  • I/O, Types, Control Statements, Functions
  • Arrays, Vectors, Pointers, References
  • String Class, C-Style Strings
  • Operator Overloading, Templates
  • Exception Handling, Files
  • Bit and Character Manipulation
  • Boost Libraries and the Future of C++
  • GNU™ and Visual C++® Debuggers
  • And more…
VISIT WWW.DEITEL.COM

  • For information on Deitel® Dive-Into® Series corporate training courses offered at customer sites worldwide (or write to deitel@deitel.com)
  • Download code examples
  • Check out the growing list of programming, Web 2.0 and software-related Resource Centers
  • To receive updates for this book, subscribe to the free DEITEL® BUZZ ONLINE e-mail newsletter at www.deitel.com/newsletter/subscribe.html
  • Read archived issues of the DEITEL® BUZZ ONLINE
The professional programmer's DEITEL® guide to C++ and object-oriented application development

Written for programmers with a background in high-level language programming, this book applies the Deitel signature live-code approach to teaching programming and explores the C++ language and C++ Standard Libraries in depth. The book presents the concepts in the context of fully tested programs, complete with syntax shading, code highlighting, code walkthroughs and program outputs. The book features 240 C++ applications with over 15,000 lines of proven C++ code, and hundreds of tips that will help you build robust applications.

Start with an introduction to C++ using an early classes and objects approach, then rapidly move on to more advanced topics, including templates, exception handling, the Standard Template Library (STL) and selected features from the Boost libraries. You'll enjoy the Deitels' classic treatment of object-oriented programming and the OOD/UML® 2 ATM case study, including a complete C++ implementation. When you're finished, you'll have everything you need to build object-oriented C++ applications.

The DEITEL® Developer Series is designed for practicing programmers. The series presents focused treatments of emerging technologies, including C++, .NET, Java™, web services, Internet and web development and more.
  
PRE-PUBLICATION REVIEWER TESTIMONIALS
"An excellent 'objects first' coverage of C++. The example-driven presentation is enriched by the optional UML case study that contextualizes the material in an ongoing software engineering project." —Gavin Osborne, Saskatchewan Institute of Applied Science and Technology

"Introducing the UML early on is a great idea." —Raymond Stephenson, Microsoft

"Good use of diagrams, especially of the activation call stack and recursive functions." —Amar Raheja, California State Polytechnic University, Pomona

"Terrific discussion of pointers—probably the best I have seen." —Anne B. Horton, Lockheed Martin

"Great coverage of polymorphism and how the compiler implements polymorphism 'under the hood.'" —Ed James-Beckham, Borland

"The Boost/C++0x chapter will get you up and running quickly with the memory management and regular expression libraries, plus whet your appetite for new C++ features being standardized." —Ed Brey, Kohler Co.

"Excellent introduction to the Standard Template Library (STL). The best book on C++ programming!"  —Richard Albright, Goldey-Beacom College

"Just when you think you are focused on learning one topic, suddenly you discover you've learned more than you expected." —Chad Willwerth, University of Washington, Tacoma

"The most thorough C++ treatment I've seen. Replete with real-world case studies covering the full software development lifecycle. Code examples are extraordinary!" —Terrell Hull, Logicalis Integration Solutions/

7
cshan 发表于 2010-10-17 01:30:51
It seems that I cannot upload a CHM file.

Now I cheat it by change the file into a text file for uploading. You need to change it back into chm file for reading.

附件: 你需要登录才可以下载或查看附件。没有帐号?我要注册

8
黏黏鱼 发表于 2012-3-12 03:11:46
C how to program 6 edition!!!

比之前各位的都便宜!!!
附件: 你需要登录才可以下载或查看附件。没有帐号?我要注册

9
aragon_vs_frank 发表于 2015-1-28 05:30:37
请参考

https://bbs.pinggu.org/thread-3556185-1-1.html

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
jg-xs1
拉您进交流群
GMT+8, 2025-12-22 22:34