《C++ Primer(第4版)习题解答》

《C++ Primer(第4版)习题解答》 《C++ Primer(第4版)习题解答》

  • 书名:《C++ Primer(第4版)习题解答》
  • 分类:编程
  • 作者:蒋爱军、李师贤、梅晓勇编
  • 出版社:人民邮电出版社
  • 出版年:2007-2
  • 售价:45.00元
  • 页码:343

《C++ Primer(第4版)习题解答》 内容介绍:

《C++ Primer习题解答》为C++ Primer(第4版)的配套书籍,根据C++ Primer(第4版)中所介绍的内容提供配套习题的解答,以帮助读者加深对书中内容的理解。《C++ Primer习题解答(第4版)》是学习C++的最佳伴侣,所有代码均配有详细注释。C++ Primer(第4版)是C++大师Stanley B. Lippman丰富的实践经验和C++标准委员会原负责人Josée Lajoie对C++标准深入理解的完美结合,更加入了C++先驱Barbara E. Moo在C++教学方面的真知灼见,是初学者的最佳C++指南,而且对于中高级程序员,也是不可或缺的参考书。《C++ Primer习题解答(第4版)》正是这部久负盛名的C++经典教程的配套习题解答。书中提供了C++ Primer(第4版)中所有习题的参考答案。 《C++ Primer习题解答(第4版)》对使用C++ Primer(第4版)学习C++程序设计语言的读者是非常理想的参考书。

《C++ Primer(第4版)习题解答》 目录大纲:

第1章 快速入门 1第2章 变量和基本类型 11第3章 标准库类型 22第4章 数组和指针 36第5章 表达式 53第6章 语句 64第7章 函数 81第8章 标准IO库 98第9章 顺序容器 108第10章 关联容器 132第11章 泛型算法 154第12章 类 169第13章 复制控制 189第14章 重载操作符与转换 208第15章 面向对象编程 234第16章 模板与泛型编程 269第17章 用于大型程序的工具 306第18章 特殊工具与技术 323


微信扫一扫关注公众号

0 个评论

要评论图书请先登录注册

你也许想看:

Programming C# 4.0

《Programming C# 4.0》

Ian Griffiths,Matthew Adams,Jesse Liberty.O'Reilly Media.2010-8-25

“With dynamic typing and many other new features, C# 4.0 has ...”

Unity 3.x Game Development Essentials

《Unity 3.x Game Development Essentials》

Will Goldstone.Packt Publishing.2011-12-20

“”

Pro OpenGL ES for Android

《Pro OpenGL ES for Android》

Mike Smithwick,Mayank Verma.Apress.2012-1-25

“In Pro OpenGL ES for Android, you'll find out how to harness...”

The Nature of Software Development

《The Nature of Software Development》

Ron Jeffries.Pragmatic Bookshelf.2015-3-1

“”

你必须知道的261个Java语言问题

《你必须知道的261个Java语言问题》

梁建全.人民邮电出版社.2009-11

“《你必须知道的261个Java语言问题》以问答的形式组织内容,讨论了学习或使用Java语言的过程中经常遇到的一些问题。这...”

Ruby Under a Microscope

《Ruby Under a Microscope》

Pat Shaughnessy.No Starch Press.2013-11

“How Ruby Works Under the Hood Ruby is a powerful programming...”

游戏编程精粹-7-附光盘

《游戏编程精粹-7-附光盘》

(美)Scott Jacobs.人民邮电出版社.2010 年7月

“本书是游戏编程精粹系列的最新一本,内容涉及通用编程、数学和物理、人工智能、音频、图形学、网络和多人游戏、脚本和数据驱动系...”

Debugging with GDB

《Debugging with GDB》

Richard M. Stallman,Roland H. Pesch,Stan Shebs.Free Software Foundation.2002-01

“The GNU Debugger allows you to see what is going on "inside"...”

Pro Python

《Pro Python》

Marty Alchin.Apress.2010-06-15

“You've learned the basics of Python, but how do you take you...”

21天学通Python

《21天学通Python》

刘凌霞,郝宁波,吴海涛.电子工业出版社.2016-1

“《21天学通Python》全面、系统、深入地讲解了Python编程基础语法与高级应用。在讲解过程中,通过大量实际操作的实...”

Real World OCaml

《Real World OCaml》

Jason Hickey,Anil Madhavapeddy,Yaron Minsky.O'Reilly Media.2013-3-22

“Learn how to solve day-to-day problems in data processing, n...”

Scala in Action

《Scala in Action》

Nilanjan Raychaudhuri.Manning Publications.2013-4-13

“DESCRIPTION Even within a single application, programming pr...”

MacRuby

《MacRuby》

Matt Aimonetti.O'Reilly Media.2011-7-15

“Want to develop apps for the iPhone and iPad, but prefer to ...”

Unity 3D Game Development by Example Beginner's Guide

《Unity 3D Game Development by Example Beginner's Guide》

Ryan Henson Creighton.Packt Publishing.2010-09-24

“”

Professional Android 2 Application Development

《Professional Android 2 Application Development》

Reto Meier.Wrox.2010-3-1

“《Android 2高级编程(第2版)》述如何有效利用android 2的功能来改进当前产品或创建新产品。《Androi...”

R Packages

《R Packages》

Hadley Wickham.O'Reilly Media.2015-4-16

“Packages are the fundamental units of reproducible R code. T...”

Linux设备驱动开发详解

《Linux设备驱动开发详解》

宋宝华.人民邮电出版社.2008-2

“本书是一本介绍Linux设备驱动开发理论、框架与实例的书,本书以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量...”

Fluent Python

《Fluent Python》

Luciano Ramalho.O'Reilly Media.2015-8-20

“Learn how to write idiomatic, effective Python code by lever...”

Seven More Languages in Seven Weeks

《Seven More Languages in Seven Weeks》

Bruce A. Tate,Ian Dees,Frederic Daoud,Jack Moffitt.Pragmatic Bookshelf.2014-11-29

“Learn from the award-winning programming series that inspire...”

Cocoa入门

《Cocoa入门》

James Duncan Davidson,Apple Inc..O'Reilly.2008-2

“本书助您轻松体验Cocoa开发,不仅是阅读,还有动手实践。介绍完Xcode和Interface Builder之后,您将...”