practice cpp
practice cpp
**Goal**: *Complete understanding of all CLOs (Course Learning Outcomes) and PLOs
(Program Learning Outcomes) in the syllabus.*
Topics:
- Variables, data types (`int`, `float`, `char`, `bool`), escape sequences (`\n`, `\t`).
- I/O (`cin`, `cout`), operators (`+`, `-`, `%`, `++`, `--`), precedence rules.
Deep Dive:
Practice:
Topics:
Deep Dive:
- Compare `while` vs. `do-while` (when to use which?).
Practice:
Topics:
Deep Dive:
Practice:
Topics:
Practice:
2. Transpose a 2D matrix.
Topics:
Deep Dive:
Practice:
Topics:
- Dynamic arrays (`new int[n]`), memory management.
Deep Dive:
Practice:
1. Books:
2. Websites:
- [Programiz C++](https://www.programiz.com/cpp-programming)
- [GeeksforGeeks C++](https://www.geeksforgeeks.org/c-plus-plus/)
Final Motivation
You’re not just preparing for an exam—you’re building a foundation for software
engineering. Stay disciplined, and in 15 days, you’ll code with confidence!