$GRAPHIC BAR MAKING CODING$
#include<stdio.h>
#include<conio.h>
#include<graphics.h>
void main(void)
{
int gd=DETECT,gm;
initgraph(&gd,&gm,"C:\\TC\\bgi");
bar(200,300,40,350);
getch();
}
enter the ctrl+f9 to start your program.
note= only for use c language or graphics
Good
जवाब देंहटाएंLovely
जवाब देंहटाएंGood
जवाब देंहटाएंGood
जवाब देंहटाएं