Conditional Branching in C++Covers conditional branching in C++, focusing on if-else and switch-case statements, logical operators, and control structures.
Introduction to C: BasicsCovers the basics of the C programming language, including history, variables, control structures, and procedures.
Programming State MachinesCovers the programming of a state machine in the context of understanding microcontrollers and emphasizes the importance of managing states and transitions.
Input/Output: BasicsCovers the basics of input/output operations in C++, including interacting with the world through keyboard and screen.
File Input/Output in C++Covers the detection of failure caused by end-of-file with the eof() method and the conversion of character strings to numerical types.