User Activity

  • Posted a comment on discussion dev-cpp-users on Dev-C++

    A newbie coder, just trying to learn. Installed DevC++ and configured it. Just trying to compile a simple graphics program : #include <iostream> #include <conio.h> #include <graphics.h> int main() { int gd=DETECT,gm; initgraph(&gd,&gm,"C:\\Tc\\BGI"); setfillstyle(SOLID_FILL,BROWN); fillellipse(310,160,80,50); ellipse(310,160,110,109,80,50); setfillstyle(SOLID_FILL,BROWN); fillellipse(400,160,20,20); circle(400,160,20); setcolor(RED); arc(468,150,80,180,50); arc(468,165,180,290,50); ellipse(355,136,120,284,105,23);...

View All

Personal Data

Username:
serious-coder
Joined:
2020-09-01 14:36:42
Location:
Canada / PST
Gender:
Male

Projects

  • No projects to display.

Personal Tools