Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 754 Bytes

README.md

File metadata and controls

1 lines (1 loc) · 754 Bytes

Created a graphic editor using the C++ language. The program has the option of choosing a figure. There are 6 types of figures: dot, line, ellipse, rectangle, cube, dumbbell. I also added a table in which you can: view, delete and select figures. The program also added a toolbar. The program was written in an object-oriented style. Polymorphism was also used in the program.