///////////////////////////////////////////////////////////////////////////// // Inkpot 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,4); outtextxy(220,25,"INKPOT"); setcolor(14); outtextxy(221,26,"INKPOT"); setcolor(12); rectangle(259,159,321,211); setfillstyle(11,14); bar(260,160,320,210); ellipse(290,140,0,360,18,6); line(272,140,272,160); line(273,141,273,160); line(290,146,290,160); line(289,146,289,160); line(308,140,308,160); line(307,141,307,160); getch(); getch(); }
C Program For Inkpot
January 04, 2015
By:
Bhanu Namikaze
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