There is some personal infomation in the introduction and end. Please remove them before use. #include<conio.h> #include<string.h> #include<bios.h> #include<iostream.h> #include<dos.h> #include<stdio.h> #include<stdlib.h> #include<iomanip.h> void starting() { clrscr(); int i,j; textbackground(BLACK); textcolor(YELLOW); clrscr(); delay(100); for (i=2,j=63;j>68,i<28;i++,j--) { delay(100); gotoxy(i,8); cputs(" Navi Arora "); } textcolor(CYAN+BLINK); gotoxy(36,21); cputs(" PRESENTS " ); { sound(600); delay(200); nosound(); sound(7); delay(200); nosound(); sound(600); delay(200); nosound(); sound(7); delay(200); nosound(); sound(600); delay(200); nosound(); sound(7); delay(200); nosound(); sound(600); delay(200); nosound(); sound(7); delay(200); nosound(); sound(700); delay(200); nosound(); sound(7); ...
Learn C++ Programming fast and easy, find C++ Program Codes