注册 登录 进入教材巡展
#
  • #

出版时间:2001年8月

出版社:高等教育出版社

以下为《C++程序设计语言(特别版)(影印版)》的配套数字资源,这些资源在您购买图书后将免费附送给您:
  • 高等教育出版社
  • 9787040100952
  • 1版
  • 52845
  • 0045151124-0
  • 异16开
  • 2001年8月
  • 1032
  • 工学
  • 软件工程
  • TP312C
  • 计算机科学与技术
  • 研究生、本科
目录
PrefacePreface to Second EditionPreface to First EditionIntroductory Material 1 Notes to the Reader 2 A Tour of C++ 3 A Tour of the Standard LibraryPart I: Basic Facilities 4 Types and Declarations 5 Pointers, Arrays, and Structures 6 Expressions and Statements 7 Functions 8 Namespaces and Exceptions 9 Source Files and ProgramsPart II: Abstraction Mechanisms 10 Classes 11 Operator Overloading 12 Derived Classes 13 Templates 14 Exception Handling 15 Class HierarchiesPart III: The Standard Library 16 Library Organization and Containers 17 Standard Containers 18 Algorithms and Function Objects 19 Iterators and Allocators 20 Strings 21 Streams 22 NumericsPart IV: Design Using C++ 23 Development and Design 24 Design and Programming 25 Roles of Classes Appendices A The C++ Grammar B Compatibility C Technicalities D Locales E Standard Library Exception SafetyIndex