Presentation from the Object Oriented Programming in C++ course
Examples available on https://github.com/catalinboja/cpp-2021
Students are require to go through the course materials as the presentation covers only parts of the course discussions (sometimes the recording was paused or stopped)
Thanks to all students for their questions and interventions. Remember, that there are no wrong/stupid questions. Only the answers can be.
Sorry for possible grammar mistakes. It's a live presentation and a lot of topics to cover.
Contents:
0:00:00 Managing data for multiple entities - arrays vs arrays of structures
0:21:00 Passing a char array as input for functions
0:37:00 Defining input char array as const char *
0:54:00 Conditional operator (condition) ? true value : false value
1:00:00 The VS default value for variables
1:05:00 Struct vs Class
1:17:00 Access specifiers