Skip to content

sehrishjaved19/cpp-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A collection of C++ programs covering basic syntax and foundational programming logic from Semester 1.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages