Course 4 of 5 in this specialization
Create and Structure Object-Oriented C++ Applications
Coming soon 18 topics Self-paced · Online
Notify me when it launches
Where this comes from
Built from the Wiley title of the same name — professionally edited, technically reviewed, and already relied on by people doing this work.
Source ISBN 9781119601739
How it was built
Sejal Learning Systems rebuilt the book as a course: objectives first, then short video, worked examples, and practice with real feedback. It runs on Coursera at your own pace, with a certificate on completion.
Create and Structure Object-Oriented C++ Applications is a self-paced online course built from the Wiley title of the same name.
What this course covers
- Introduction
- Book 1: Getting Started with C++
- Chapter 1: Configuring Your Desktop System
- Chapter 2: Configuring Your Mobile System
- Chapter 3: Creating Your First C++ Application
- Chapter 4: Storing Data in C++
- Chapter 5: Directing the Application Flow
- Chapter 6: Dividing Your Work with Functions
- Chapter 7: Splitting Up Source Code Files
- Chapter 8: Referring to Your Data Through Pointers
- Book 2: Understanding Objects and Classes
- Chapter 1: Working with Classes
- Chapter 2: Using Advanced C++ Features
- Chapter 3: Planning and Building Objects
- Chapter 4: Building with Design Patterns
- Book 3: Understanding Functional Programming
- Chapter 1: Considering Functional Programming
- Chapter 2: Working with Lambda Expressions