Skip to content

Latest commit

ย 

History

43 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

  1. Clone the repository
    git clone https://github.com/talha586/Programming-Fundamentals.git
  2. Open any .cpp file in your IDE (VS Code, Code::Blocks, etc.)
  3. Compile and run:
    g++ filename.cpp -o output
    ./output

๐Ÿ‘จโ€๐Ÿ’ป Author

Muhammad Talha โ€” CS Student at FAST NUCES, Lahore

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages