Skip to content

RajaUmerSaleem/Assignments

Repository files navigation

C++ Learning Assignments and Projects

Welcome to my GitHub repository! This repository contains my assignments and projects for Programming Fundamentals (PF) and Object-Oriented Programming (OOP) courses in C++. Through these assignments and projects, I have significantly advanced my understanding and skills in C++ programming.

Contents

  1. Assignments

    • Various C++ tasks and exercises that have helped me grasp the basics and advanced concepts of programming.
  2. Projects

    • Small Library Management System: A project that simulates a library management system, allowing for the addition, deletion, and management of books and members.
    • Small School Management System: A project designed to manage school operations, including student enrollments, grades, and staff details.

Learning Outcomes

Through these assignments and projects, I have:

  • Strengthened my understanding of C++ programming: By working on a variety of tasks and challenges.
  • Applied Object-Oriented Programming principles: In designing and implementing real-world systems.
  • Enhanced problem-solving skills: By tackling diverse and complex problems.
  • Improved project management abilities: Through the planning and execution of complete systems.

These experiences have made me more proficient and confident in C++ programming, preparing me for more advanced projects and professional challenges.

How to Use This Repository

  1. Clone the repository:
    git clone https://github.com/yourusername/your-repo-name.git
  2. Navigate to the desired project or assignment:
    cd your-repo-name/project-directory
  3. Compile and run the code:
    • For single files:
      g++ filename.cpp -o output
      ./output
    • For projects with multiple files, follow the specific instructions provided in each project's directory.

Feel free to explore the code, suggest improvements, or ask any questions!

Contact

If you have any questions or suggestions, please reach out to me at your-email@example.com.

Happy coding!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors