C++ Programming Professional.: Sixth Best Selling Edition For Beginner's & Expert's Edition 2014.

Harry Hariom Choudhary

  • 出版商: CreateSpace Independ
  • 出版日期: 2014-02-18
  • 售價: $730
  • 貴賓價: 9.5$694
  • 語言: 英文
  • 頁數: 260
  • 裝訂: Paperback
  • ISBN: 1495995550
  • ISBN-13: 9781495995552
  • 相關分類: C++ 程式語言
  • 無法訂購

相關主題

商品描述

C++ Programming Professional has arrived: thoroughly master it, with the definitive new guide from author Harry, C++ Programming Language, Sixth Best Selling Edition 2014! The brand-new edition of the world's most trusted and widely read guide to C++, it has been comprehensively updated for the long-awaited C++Beginner’s. This book introduces standard C++ and the key programming and design techniques supported by C++. Standard C++ is a far more powerful and polished language than the version of C++ introduced by the first edition of this book. This book presents every major C++ language feature and the standard library. It is organized around language and library facilities. However, features are presented in the context of their use. That is, the focus is on the language as the tool for design and programming rather than on the language in itself. This book demonstrates key techniques that make C++ effective and teaches the fundamental concepts necessary for mastery. Except where illustrating technicalities, examples are taken from the domain of systems software. The primary aim of this book is to help the reader understand how the facilities offered by C++ support key programming techniques. The aim is to take the reader far beyond the point where he or she gets code running primarily by copying examples and emulating programming styles from other languages. Inside Content: 1 Revision of Functions in C. 2 Revision of Functions in C. 3 Revision of Pointers in C. 4 Revision of Pointers in C. 5 Revision of Structure, Union, Enum in C. 6 C++ Introduction & Difference between C & C++. 7 Difference between C & C++ (continued). First C++ Program (Average of 2 numbers), Scope Resolution Operator. 8 Difference between Pointers & Reference. Program to Swap two numbers using Call by Value, by Address & by Reference. 9 Generic Pointers, Rules of Reference, Constant (Value, Variable, Pointer, Reference), Constant Argument, Returning Constant Values, Return by Reference. 10 Dynamic Memory Allocation (One, Multi Dimensional Array) using New & Delete Operators. 11 Function Overloading, Function Calling Steps, Default Arguments. 12 Inline Functions 13 Operator Overloading, Program to Add & Multiply Two Complex Numbers. 14 Program to Add & Multiply Two Matrices. 15 Revision of Class 4 to 12. 16 Classes & Objects, Difference between Structure & Class. 17 “this” Pointer, Functions defined outside the Class v/s Inline Function, Structure of C++ Program. 18 Constructors & Destructors 19 Static & Constant members 20 Operator Overloading Unary(++/--), Rules, Operators that cannot be Overloaded. 21 Binary Operator Overloading (Add & Multiply Two Complex Numbers). 22 Binary Operator Overloading (Add & Multiply Two Matrices). 23 Copy Constructor, Equal Operator Overloading 24 Friend Function, <<, >> Operator Overloading 25 Overloaded Type Conversion Operator (Basic to Object & Object to Basic). 26 Overloaded Type Conversion Operator (Object of One Class to Object of another Class). 27 Data Structure through C++ (Stack & Queue) 28 Console Input/ Output Streams. 29 Revision of Class 14 to 26 30 Inheritance 31 Inheritance 32 Virtual Functions (Polymorphism) 33 Templates 34 Exception Handling 35 File Handling 36 File Handling 37 Nested Classes(Kind of Relationship using Inheritance, has a Relationship using Composition & Containership) 38 New Features of ANSI C++(bool, wchar_t, new cast operators, typeid, mutable, explicit, namespace) 39 Revision of Class 28 to 36 40 Design and Development Using C++ (Bonus Chapters)

商品描述(中文翻譯)

C++程式設計專業已經來臨:徹底掌握它,從作者Harry的C++程式語言第六版2014年暢銷書中找到明確的新指南!這本全新版本是全球最受信賴且廣泛閱讀的C++指南,已經全面更新以應對期待已久的C++初學者。本書介紹了標準C++和C++支援的關鍵程式設計和設計技巧。標準C++是一種比本書第一版介紹的C++版本更強大且更完善的語言。本書介紹了每個主要的C++語言特性和標準庫。它的組織方式是圍繞語言和庫設施,但特性是在其使用的上下文中呈現的。也就是說,重點是將語言作為設計和程式設計工具,而不是僅僅關注語言本身。本書演示了使C++有效的關鍵技術,並教授了掌握所需的基本概念。除了說明技術細節外,示例都來自系統軟體領域。本書的主要目標是幫助讀者了解C++所提供的設施如何支援關鍵的程式設計技術。目標是使讀者超越僅僅通過複製示例和模仿其他語言的程式設計風格來運行程式碼的階段。內容包括:1. C中函數的修訂。2. C中函數的修訂。3. C中指針的修訂。4. C中指針的修訂。5. C中結構、聯合和枚舉的修訂。6. C++介紹和C與C++之間的區別。7. C與C++之間的區別(續)。第一個C++程式(兩個數字的平均值),作用域解析運算符。8. 指針和引用之間的區別。使用按值、按地址和按引用調用交換兩個數字的程式。9. 通用指針,引用規則,常量(值、變量、指針、引用),常量參數,返回常量值,按引用返回。10. 使用new和delete運算符的動態內存分配(一維、多維數組)。11. 函數重載,函數調用步驟,默認參數。12. 內聯函數。13. 運算符重載,程式以添加和乘法兩個複數。14. 程式以添加和乘法兩個矩陣。15. 類的修訂4到12。16. 類和對象,結構和類之間的區別。17. "this"指針,類外定義的函數與內聯函數,C++程式的結構。18. 構造函數和析構函數。19. 靜態和常量成員。20. 運算符重載一元(++/--),規則,無法重載的運算符。21. 運算符重載二元(添加和乘法兩個複數)。22. 運算符重載二元(添加和乘法兩個矩陣)。23. 複製構造函數,等號運算符重載。24. 友元函數,<<,>>運算符重載。25. 重載類型轉換運算符(基本類型到對象和對象到基本類型)。26. 重載類型轉換運算符(一個類的對象到另一個類的對象)。27. 通過C++實現的資料結構(堆疊和佇列)。28. 控制台輸入/輸出流。29. 類的修訂14到26。30. 繼承。31. 繼承。32. 虛函數(多態性)。33. 模板。34. 異常處理。35. 文件處理。36. 文件處理。37. 嵌套類(使用繼承的關係,使用組合和容器的關係)。38. ANSI C++的新功能(bool、wchar_t、新的轉換運算符、typeid、mutable、explicit、namespace)。39. 類的修訂28到36。40. 使用C++進行設計和開發(附加章節)。