C Program To Create A Net

/////////////////////////////////////////////////////////////////////////////
//     Net Project....                         //
/////////////////////////////////////////////////////////////////////////////
 /////////////////////////////////////////////////
#include<constream.h>
#include<graphics.h>
#include<dos.h>
void main(){
 int gm, gd = DETECT;
 initgraph(&gd,&gm,"e:\\tc\\bgi");
 cleardevice();
 settextstyle(10,0,5);
 outtextxy(240,10,"Net");
 setcolor(RED);
 outtextxy(239,12,"Net");

 setfillstyle(8,YELLOW);
bar(210,120,360,230);

 getch();
  getch();
}
Bhanu Namikaze

Bhanu Namikaze is an Ethical Hacker, Security Analyst, Blogger, Web Developer and a Mechanical Engineer. He Enjoys writing articles, Blogging, Debugging Errors and Capture the Flags. Enjoy Learning; There is Nothing Like Absolute Defeat - Try and try until you Succeed.

No comments:

Post a Comment