+ 1

has anyone been able to show some graphics with c++ here in the sololearn output console panel???

has anyone been able to show some graphics with c++ here in the sololearn output console panel or anything on the screen??? why this feature isnt posible any one can explain? i hope they update this i tried something like this code below: #include<iostream.h> #include<conio.h> #include<graphics.h> void main() { clrscr(); int gd=DETECT,gm; initgraph(&gd,&gm,"c:/tc/bgi"); circle(200,200,50); getch(); closegraph(); } // this program prints a circle at coordinate // 200 nd 200(x nd y) with a radius of 50

20th Jun 2017, 10:40 AM
Jose Ramon Gomez Armenta
Jose Ramon Gomez Armenta - avatar
1 Answer
+ 1
That is not possible on sololearn, pretty sure.
22nd Jun 2017, 5:14 AM
LaserHydra
LaserHydra - avatar