In this video I continue my C++ series on embedded. Although my channel is about embedded, these videos focus on parts of C++ that are usable in embedded systems without OS.
This also means that all of these topics represent a base of C++ that every beginner should know, even for building applications.
Presentation repository, which will be updated with more slides on every new video:
https://github.com/prtzl/Embedded_vid...
Timestamps:
0:00 Introduction
1:11 Prerequisites
2:36 Motivations for using C++ over C
3:16 Keyword differences
4:31 C++ versions matter!
5:48 Enums in C++
11:36 Variable initialization and assignment
13:36 References
19:01 Closing remarks