Programming Course (C++) - Mostar
2018
FinishedComprehensive introduction to C++ programming, covering fundamental concepts and practical coding techniques. The course began with basics such as variables, data types, control structures, and progressed into functions, including declaration (prototypes) and definitions separated from the main function. We explored strings, arrays of various types, pointers, pointers to arrays, and arrays of pointers, along with input/output operations using standard streams. This course emphasized writing clean, modular code and built a strong foundation for further software development.