#include#include using namespace std; int main() { system("clear"); return 0; }
#includeIn the above example, we includeint main() { int gd = DETECT, gm; initgraph(&gd, &gm, ""); cleardevice(); // Other graphics code goes here closegraph(); return 0; }