Video description
This course provides beginning to intermediate C++ developers with the knowledge required for up-to-date C++ programming. It begins by introducing the concepts of design patterns and idioms, outlining their usefulness, and demonstrating some traditional C++ implementations using pointers and manual memory management.
Next, it covers two developments that changed the way C++ programmers write code: The important new features released in C++ 11 and C++ 14; and the new awareness that functional programming techniques can help create more robust and maintainable code. The course concludes by showing how this new knowledge can be used to write current implementations of several patterns and idioms, including RAII, Observer, and functional operations such as map and filter.
- Boost your C++ skill by acquiring the knowledge essential to modern C++ programming
- Understand the meaning and importance of design patterns and idioms
- Explore and master the new C++ features added in C++ 11 and C++ 14
- Discover the principles and advantages of functional programming
- See how this new C++ knowledge is used to implement patterns and idioms
Publisher resources
Table of contents
-
Introduction
- Welcome To The Course 00:01:30
- About The Author 00:00:35
-
Design Patterns And Idioms
- What Is A Design Pattern? 00:01:43
- Why Are They Useful? 00:00:58
- History 00:02:12
- Some Common Patterns 00:03:07
- What Is An Idiom? 00:00:59
- C++ Specific Idioms 00:03:08
- Implementing Patterns 00:01:31
- Exercise 00:01:07
-
Implementing Patterns
- Introduction 00:01:01
- Implementing RAII 00:02:26
- Implementing State 00:05:13
- Implementing PIMPL 00:02:50
- Implementing Smart Pointer 00:04:11
- Implementing CRTP 00:02:55
- Implementing Singleton 00:04:18
- Exercise 00:00:42
-
Modern C++ Features
- Introduction 00:01:28
- C++11 Features 00:04:13
- New Library Features 00:01:37
- The Range For 00:00:49
- Smart Pointers 00:01:43
- Lambdas 00:01:37
- Move Semantics 00:01:56
- Function And Bind 00:02:57
- Templates 00:01:39
- Exercise 00:01:35
-
Functional Programming
- Introduction 00:01:19
- Principles Of Functional Programming 00:05:43
- Higher-Order Operations 00:03:08
- Functional C++ 00:02:45
- Exercise 00:00:46
-
Patterns Revisited
- Implementing RAII 00:04:31
- Implementing PIMPL 00:02:06
- Implementing Observer 00:03:25
- Implementing Functional Operations 00:07:10
- Functional Error Handling 00:05:40
- Exercise 00:00:30
-
Conclusion
- Conclusion 00:01:25
Product information
- Title: Modern C++ Design Patterns
- Author(s):
- Release date: February 2017
- Publisher(s): Infinite Skills
- ISBN: 9781491978702
You might also like
book
Optimized C++
In today’s fast and competitive world, a program’s performance is just as important to customers as …
audiobook
Fall in Love with the Problem, Not the Solution
Unicorns-companies that reach a valuation of more than $1 billion-are rare. Uri Levine has built two. …
video
Rust Programming Masterclass from Beginner to Expert
In the world of programming languages, there are often tradeoffs to consider. Low-level languages such as …
video
Master SQL for Data Analysis
SQL is a popular language for extracting, stacking, and querying data from databases. Master SQL to …