Skip to content

MArrayyan14/Introduction_To_Programming

Repository files navigation

Intro to Programming – C++

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.


🧠 Topics Covered

  • 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

💭 Notes

  • 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.

⚙️ Tech Stack

  • Language: C++
  • IDE: Code: VS Code
  • Compiler: g++ / MinGW

🧃 Why This Repo Exists

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.

About

This repository contains all my work from the Intro to Programming course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages