Sunday 11 January 2009

Create simple paint brush software in c programming language.









#include”dos.h” #include”stdio.h” #include”graphics.h” #include”stdlib.h” void main() { int x,y,b,px,py,c,p,s,cl; int d=0,m; union REGS i,o; initgraph(&d,&m,"c:\tc

No comments:

Post a Comment