- ホーム
- > 洋書
- > 英文書
- > Computer / General
Full Description
C++ Programming: An Object-Oriented Approach has two primary objectives: Teach the basic principles of programming as outlined in the ACM curriculum for a CS1 class and teach the basic constructs of the C++ language. While C++ is a complex and professional language, experience shows that beginning students can easily understand and use C++.
C++ Programming: An Object-Oriented Approach uses a combination of thorough, well-ordered explanations and a strong visual framework to make programming concepts accessible to students. The authors stress incremental program development, wherein program analysis is followed by building a structure chart, constructing UML flow diagrams, writing algorithms, undertaking program design, and finally testing. This foundation, combined with a focus on the benefits of a consistent and well-documented programming style, prepares students to tackle the academic and professional programming challenges they will encounter down the road with confidence.
Contents
Chapter 1: Introduction to Computers and Programming LanguagesChapter 2: Basics of C++ ProgrammingChapter 3: Expressions and StatementsChapter 4: SelectionChapter 5: RepetitionChapter 6: FunctionsChapter 7: User-Defined Types: ClassesChapter 8: ArraysChapter 9: References, Pointers, and Memory ManagementChapter 10: StringsChapter 11: Relationships among ClassesChapter 12: Polymorphism and Other IssuesChapter 13: Operator OverloadingChapter 14: Exception HandlingChapter 15: Generic Programming: TemplatesChapter 16: Input/Output StreamsChapter 17: RecursionChapter 18: Introduction to Data StructuresChapter 19: Standard Template Library (STL)
Chapter 20: Design Patterns
AppendicesAppendix A: UnicodeAppendix B: Positional Numbering SystemAppendix C: C++ Expressions and OperatorsAppendix D: Bitwise OperationsAppendix E: Bit FieldsAppendix F: PreprocessingAppendix G: NamespacesAppendix H: RatiosAppendix I: TimeAppendix J: Lambda Expressions
Appendix K: Regular Expressions
Appendix L: Smart Pointers
Appendix M: Random Number Generation
Appendix N: References
Appendix O: Move versus Copy
Appendix P: A Brief Review of C++ 11
Appendix Q: Unified Modeling Language (UML)
Appendix R: Bitset
GlossaryIndex