Showing posts with label Bd National Flag. Show all posts
Showing posts with label Bd National Flag. Show all posts

Thursday, February 23, 2017

To draw a Bangladesh national flag by C graphics programme


Output image


Install Turbo C++/Code blocks (Graphic version) and follow the code...

#include<graphics.h>
#include<conio.h>
main(){
int driver,mode;
driver=DETECT;
mode=0;