Drawing Taj Mahal C++
Wonder of the World Drawing Taj Mahal C++ Code This code is compiled in Turbo C++ so this may not execute on newer compilers like GCC. You can download Turbo C++ to run this code PROGRAM: #include<graphics.h> #include<conio.h> #include<dos.h> #include<stdlib.h> #include<process.h> main() { int gd=DETECT,gm; initgraph(&gd,&gm,"f:\tc\bgi"); int h=40; line(0,440,639,440); //=================================Ist tower========================// //=================================IIst tower============================// … Read more