This repository contains all my work from the Intro to Programming course. It includes lab assignments (small projects and basic programs) written in C++.
This was my first real step into the world of code — where I learned how to think logically, write clean code.
- C++ Basics (variables, data types, input/output)
- Control Structures (if-else, loops, switch-case)
- Functions (parameters, return types, scope)
- Loops & Nested Logic
- Arrays & 2D Arrays
- Pointers and Dynamic Memory
- Structures (
struct) and usage in functions - Singly Linked Lists (creation, traversal, insertion, deletion)
- Hands-on labs and problem-solving exercises
- Basic File I/O
- Most programs are beginner-level, focused on logic and structure.
- Some assignments include comments or explanations.
- Folder names follow a clean, organized format for easy navigation.
- Language: C++
- IDE: Code: VS Code
- Compiler: g++ / MinGW
I started this course as a complete beginner. This repo is a reminder of how far I've come — and how fun it is to build something from scratch with just code and logic.