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.
-
Assignments
- Various C++ tasks and exercises that have helped me grasp the basics and advanced concepts of programming.
-
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.
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.
- Clone the repository:
git clone https://github.com/yourusername/your-repo-name.git
- Navigate to the desired project or assignment:
cd your-repo-name/project-directory - 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.
- For single files:
Feel free to explore the code, suggest improvements, or ask any questions!
If you have any questions or suggestions, please reach out to me at your-email@example.com.
Happy coding!