This repository contains my C++ practice codes from university, focusing on basic concepts, control structures, loops, functions, and arrays.
- π Variables & I/O
- π Conditional Statements
- π Loops
- π οΈ Functions
- π¦ Arrays
Use g++
to compile:
g++ -o program filename.cpp
./program