This repository contains C++ programs for Object-Oriented Programming (OOP) and Computer Graphics Lab (CGL) practicals as per the Savitribai Phule Pune University (SPPU) syllabus.
- Class and object-based problems
- File handling
- Inheritance and polymorphism
- STL (map)
- Student and publication databases
- Sorting and searching
- DDA Line Drawing Algorithm
- Bresenham's Circle Drawing
- Cohen-Sutherland Line Clipping
- Hilbert and Koch Curves
- Transformations (2D)
- Snowflake and Rainman animations
- Pattern drawing
- C++
Each .cpp
file corresponds to a specific lab assignment. Files are self-contained and include logic, sample data, and output (where applicable).
This repository aligns with the official practical syllabus for:
- SE Computer Engineering – Object-Oriented Programming
- SE Computer Engineering – Computer Graphics Lab
Feel free to clone, use, and modify the code for academic or learning purposes.