Book description
Write high-level abstractions while retaining full control of the hardware, performances, and maintainability.
Key Features
- Transform your ideas into modern C++ code, with both C++11 and C++17
- Explore best practices for creating high-performance solutions
- Understand C++ basics and work with concrete real-world examples
Book Description
C++ Fundamentals begins by introducing you to the C++ compilation model and syntax. You will then study data types, variable declaration, scope, and control flow statements. With the help of this book, you'll be able to compile fully working C++ code and understand how variables, references, and pointers can be used to manipulate the state of the program. Next, you will explore functions and classes - the features that C++ offers to organize a program - and use them to solve more complex problems. You will also understand common pitfalls and modern best practices, especially the ones that diverge from the C++98 guidelines.
As you advance through the chapters, you'll study the advantages of generic programming and write your own templates to make generic algorithms that work with any type. This C++ book will guide you in fully exploiting standard containers and algorithms, understanding how to pick the appropriate one for each problem.
By the end of this book, you will not only be able to write efficient code but also be equipped to improve the readability, performance, and maintainability of your programs.
What you will learn
- C++ compilation model
- Apply best practices for writing functions and classes
- Write safe, generic, and efficient code with templates
- Explore the containers that the C++ standard offers
- Discover the new features introduced with C++11, C++14, and C++17
- Get to grips with the core language features of C++
- Solve complex problems using object-oriented programming in C++
Who this book is for
If you're a developer looking to learn a new powerful language or are familiar with C++ but want to update your knowledge with modern paradigms of C++11, C++14, and C++17, this book is for you. To easily understand the concepts in the book, you must be familiar with the basics of programming.
Publisher resources
Table of contents
- Preface
- Chapter 1
- Getting Started
- Chapter 2
- Functions
- Chapter 3
-
Classes
- Introduction
- Declaring and Defining a Class
- Member Functions
-
Constructors and Destructors
- Constructors
- Overloading Constructor
- Constructor Member Initialization
- Aggregate Classes Initialization
- Destructors
- Exercise 9: Creating a Simple Coordinate Program to Demonstrate the Use of Constructors and Destructors
- Default Constructor and Destructor
- Activity 8: Representing Positions in a 2D Map
- Resource Acquisition Is Initialization
- Nested Class Declarations
- Friend Specifier
- Copy Constructors and Assignment Operators
- Operator Overloading
- Introducing Functors
- Summary
- Chapter 4
- Generic Programming and Templates
- Chapter 5
- Standard Library Containers and Algorithms
- Chapter 6
- Object-Oriented Programming
-
Appendix
- Lesson 1: Getting Started
- Lesson 2: Functions
-
Lesson 3: Classes
- Activity 7: Information Hiding Through Getters and Setters
- Activity 8: Representing Positions in a 2D Map
- Activity 9: Storing Multiple Coordinates of Different Positions in the Map
- Activity 10: The AppleTree Class, which Creates an Apple Instance
- Activity 11: Ordering Point Objects
- Activity 12: Implementing Functors
-
Lesson 04: Generic Programming and Templates
- Activity 13: Read Objects from a Connection
- Activity 14: UserAccount to Support Multiple Currencies
- Activity 15: Write a Matrix Class for Mathematical Operations in a Game
- Solution bonus step:
- Activity 16: Make the Matrix Class Easier to Use
- Activity 17: Ensure Users are Logged in When Performing Actions on the Account
- Activity 18: Safely Perform Operations on User Cart with an Arbitrary Number of Parameters
- Lesson 5: Standard Library Containers and Algorithms
- Lesson 6: Object-Oriented Programming
Product information
- Title: C++ Fundamentals
- Author(s):
- Release date: March 2019
- Publisher(s): Packt Publishing
- ISBN: 9781789801491
You might also like
book
Advanced C++
Become an expert at C++ by learning all the key C++ concepts and working through interesting …
book
C++ In a Nutshell
To-the-point, authoritative, no-nonsense solutions have always been a trademark of O'Reilly books. The In a Nutshell …
book
Mastering C++ Programming
Take your C++ coding to the next level by leveraging the latest features and advanced techniques …
video
Beginning C++
C++ is a powerful high-level language with a wealth of recently added features that enhance its …