You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains C++ Object-Oriented Programming (OOPs) exam questions and reference materials for B.Tech 3rd Semester students at Graphic Era Hill University. It covers key concepts such as classes, inheritance, and polymorphism to aid in exam preparation.
This repository contains a collection of projects written in C++. Each project is designed to showcase various programming concepts and problem-solving skills. Explore projects ranging from simple console applications to more complex systems, demonstrating foundational and advanced techniques in each language.
Optimix is a high-performance, handcrafted compiler designed in C++17, implementing advanced optimization techniques with a custom IR and SSA form. It features a 3-stage architecture and intrinsic I/O for efficient code execution and debugging, making it suitable for various programming needs.
The Student Management System is a C++ application designed to manage course registrations for university students. It supports various course types and student programs, ensuring that registration adheres to specific constraints. The system applies key OOP concepts, SOLID principles, and design patterns for a robust and flexible architecture.
The TA Management System is a C++ project designed to manage records of Teaching Assistants (TAs) within a department. The system ensures that only eligible TAs—those who are currently registered students—are maintained in the records. The project involves filtering out records of TAs who have graduated and updating the TA file accordingly.
A collection of C++ programs demonstrating core Object-Oriented Programming (OOP) concepts — from classes and constructors to inheritance, polymorphism, and templates. Perfect for beginners learning C++ OOP through hands-on examples.