- ホーム
- > 洋書
- > 英文書
- > Computer / Languages
Full Description
Beginning C++ is a tutorial for beginners in C++ and discusses a subset of C++ that is suitable for beginners. The language syntax corresponds to the C++14 standard. This book is environment neutral and does not presume any specific operating system or program development system. There is no assumption of prior programming knowledge.All language concepts that are explained in the book are illustrated with working program examples. Most chapters include exercises for you to test your knowledge. Code downloads are provided for examples from the text and solutions to the exercises and there is an additional download for a more substantial project for you to try when you have finished the book.This book introduces the elements of the C++ standard library that provide essential support for the language syntax that is discussed. While the Standard Template Library (STL) is not discussed to a significant extent, a few elements from the STL that are important to the notion of modern C++ are introduced and applied.Beginning C++ is based on and supersedes Ivor Horton's previous book, Beginning ANSI C++.
Contents
Chapter 1Chapter 3: Working Fundamental TypesChapter 4: Making DecisionsChapter 5: Arrays and LoopsChapter 6: Pointers and ReferencesChapter 7: Working with StringsChapter 8: Defining FunctionsChapter 9: Lambda ExpressionsChapter 10: Preprocessor directivesChapter 11: Defining your own Data TypesChapter 12: Operator OverloadingChapter 13: InheritanceChapter 14: Virtual Functions and PolymorphismChapter 15: Runtime Errors and ExceptionsChapter 16: Class TemplatesChapter 17: File Input and Output