#include "graphics.h" #include "conio.h" #include "dos.h" void main() { int gdriver=DETECT,gmode,i=0,j=0; initgraph(&gdriver,&gmode,”c:\turboc3\bgi”); for(i;i<420;++i) { line(0,245,650,245); line(0+i,200,210+i,200); line(50+i,200,70+i,170); line(70+i,170,140+i,170); line(140+i,170,160+i,200); line(85+i,170,85+i,200); line(125+i,170,125+i,200); line(0+i,200,0+i,230); line(210+i,200,210+i,230); line(0+i,230,50+i,230); circle(65+i,230,15); line(80+i,230,130+i,230); circle(145+i,230,15); line(210+i,230,160+i,230); pieslice(65+i,230,359-j,360-j,15); pieslice(65+i,230,179-j,180-j,15); pieslice(65+i,230,89-j,90-j,15); pieslice(65+i,230,269-j,270-j,15); pieslice(145+i,230,359-j,360-j,15); pieslice(145+i,230,179-j,180-j,15); pieslice(145+i,230,89-j,90-j,15); pieslice(145+i,230,269-j,270-j,15); if(j==179) j=0; ++j; delay(30); cleardevice(); } closegraph(); }
Tuesday, 28 June 2016
Pages
Popular Posts
-
What Is A Motherboard? What Are The Different Components Of A Motherboard? Image: Wikipedia Short Bytes: A motherboard acts as a pl...
-
Pepsi vs. Coke, Edison vs. Tesla, Star Wars vs. Star Trek, history is filled with famous rivalries, but few have matched the intensity and...
-
Run Windows 98 And Linux In Your Web Browser, Thanks To JavaScript And NodeJS Short Bytes: A coder, known as Fabian on GitHub, ...
-
PHP vs Ruby which programming language is better for web development PHP and ruby are trending scripting languages for the web servers...
-
Happy Birthday Steve Jobs: The Genius Life Of Apple’s Founder Short Bytes: The life of Steve Jobs wasn’t a straight line. He fa...
-
Google on Monday announced a major reorganization and management shuffle that includes a new holding company called Alphabet ( http://abc....
-
10 Best Operating Systems For Ethical Hacking And Penetration Testing | fossBytes 2016 Short Bytes: Wondering which is the best...
-
Master Python: Save over 95% on 50+ hours of training For prog...
-
Last month we finally got our first look at Intel's latest 14nm technology for desktop computers when we reviewed the Core i7-577...
-
Top 5 Billionaires In The Technology World Short Bytes: It’s time to meet the top five billionaires in the technology world. Th...
Recent Posts
Text Widget
Pages
Powered by Blogger.
Text Widget
About Me
Copyright ©
NTech | Powered by Blogger
Design by Flythemes | Blogger Theme by NewBloggerThemes.com
0 comments:
Post a Comment