Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.23 KB

File metadata and controls

31 lines (24 loc) · 1.23 KB

C++ Programming Fundamentals

Semester 1: The First Step This repository documents my introduction to computer science and the C++ programming language. It contains the foundational logic and syntax exercises that started my academic journey.

📌 The Learning Journey

I organized this archive to reflect my progression from basic syntax to logical control structures. Each file represents a hands-on implementation of core programming concepts.

Module Topic Core Focus
Basics Syntax & I/O Variables, cout, cin, and basic arithmetic.
Logic Conditionals if, else, and switch statements.
Loops Iteration for, while, and do-while control flow.
Patterns Logic Building Nested loops and structural printing exercises.
Functions Modularity Reusable code blocks and basic scope logic.

🛠 Tech Stack

  • Language: C++
  • Environment: GCC/G++ Compiler
  • Key Focus: Procedural Programming & Logical Problem Solving

📂 How to Use

Navigate to the repository folders to view the implementations. To run any file:

g++ filename.cpp -o output
./output

Maintained by Sehrish Javed