+ 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
1 Resposta
+ 1
That is not possible on sololearn, pretty sure.