Teaching Fundamentals of Programming(C++)
Undergraduate course, Wollo University, Health Informatics, 2022
In this course, I have been teaching my students about:
- Basics of programming (high vs low level)
- C++ programming constructs(variables, operators, comments, keywords)
- Programming controls in C++ (loops and decision structures)
- Arrays and structures
- C++ Functions
- Pointers
- File system