Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.13 KB

File metadata and controls

38 lines (28 loc) · 1.13 KB

OOP & Computer Graphics Lab – SPPU

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.

📌 Contents

🧱 Object-Oriented Programming (OOP)

  • Class and object-based problems
  • File handling
  • Inheritance and polymorphism
  • STL (map)
  • Student and publication databases
  • Sorting and searching

🎨 Computer Graphics Lab (CGL)

  • DDA Line Drawing Algorithm
  • Bresenham's Circle Drawing
  • Cohen-Sutherland Line Clipping
  • Hilbert and Koch Curves
  • Transformations (2D)
  • Snowflake and Rainman animations
  • Pattern drawing

🛠 Languages Used

  • C++

🗂 Structure

Each .cpp file corresponds to a specific lab assignment. Files are self-contained and include logic, sample data, and output (where applicable).

📚 SPPU Curriculum

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.