Programming Fundamentals
This repository contains coursework and practice code from the Programming Fundamentals course at FAST NUCES.
๐ About This Course
Programming Fundamentals introduces the core building blocks of software development. Topics include variables, data types, control flow, functions, arrays, and basic problem-solving techniques using C++.
๐๏ธ Topics Covered
- Variables, data types, and operators
- Conditional statements (
if,else,switch) - Loops (
for,while,do-while) - Functions and recursion
- Arrays and strings
- Basic input/output
๐ ๏ธ Language Used
-C++
๐ How to Run
- Clone the repository
git clone https://github.com/talha586/Programming-Fundamentals.git
- Open any
.cppfile in your IDE (VS Code, Code::Blocks, etc.) - Compile and run:
g++ filename.cpp -o output ./output
๐จโ๐ป Author
Muhammad Talha โ CS Student at FAST NUCES, Lahore