Here is the repository for handouts and codes of PHCS Courses.
If you have any questions, feel free to open an issue, or contact the club president.
- Lecture 1
- Introduced basic syntax of C++, input and output functions, and operators.
- Lecture 2
- Introduced
for
loops,if
else
branches,switch
branches, and arrays.
- Introduced