Search This Blog

Monday, June 19, 2017

Bangladesh Flag Use C Program ( বাংলাদেশ এর পতাকা অঙ্কনে সি প্রগ্রাম )

#include<graphics.h>
#include<conio.h>
main(){
int driver,mode;
driver=DETECT;
mode=0;
initgraph(&driver,&mode,"c:\\tc\\bgi");
setbkcolor(WHITE);
setcolor(WHITE);
rectangle(150,40,450,180);
setfillstyle(1,GREEN);
floodfill(160,50,WHITE);
setcolor(WHITE);
rectangle(138,35,150,450);
setfillstyle(1,BLUE);
floodfill(140,40,WHITE);
setcolor(WHITE);
bar(130,450,160,460);
setcolor(WHITE);
circle(300,110,55);
setfillstyle(1,RED);
floodfill(320,120,WHITE);

getch();}

1 comment:


  1. "Great article! I really enjoyed the insightful analysis of the topic. The way you articulated your points was engaging and easy to follow. It's evident that a lot of research and thought went into crafting this piece. Looking forward to reading more from you!"
    Belgium Flag

    ReplyDelete

ভালোবাসার মায়াজাল !!

ভালোবাসার মায়াজালে কেউ ভাসে সুখের জোয়ারে, কেউ আবার দুঃখের স্রোতে! (Restored from note- 2019)