Graphics.h Programming with C/C++
Let’s type the program but while saving we need to use .cpp extension because graphics.h depends on so much c++ stuff. These are not available under plain C. #include <graphics.h> int main(){ int gdrive = DETECT; int gmode; initgraph(&gdrive, &gmode, […]
Read more →