/PIE-CHART

This program depicts a program of creating a pie chart using graphics.h header file. Here we use functions related to graphics to set the pie chart at the middle of the screen . We use similar functions to set the font and its respective sizes. Finally we calculate the angle of the respective inputed data and we execute the pie chart. Here I have chosen a particular theme to be entered in the data like the scores scored by the team players . The respective data is read from the file and the corresponding pie chart gets executed!

Primary LanguageC++

This repository is not active