Compute Your GWA (General Weighted Average)
Here is the download link:
(note: you need to register first)
CLICK HERE
anyways, here is the code for that program:
/******************************************GRADES*****************************
****************************************COMPUTER******************************
***************************************PROGRAM BY GLENN***********************
***********************************www.teachmeonline.co.cc********************/
#include <iostream.h>
#include <conio.h>
#include "allmyfunc.cpp"
#include "gradesProject.cpp"
#include <windows.h>
using namespace std;
void projmain(void);
//setcolor to 15 for white
main()
{
setcolor(140);
cout<<"\t\t\t\t\t\t\t\t\t [x] ";
setcolor(11);
cout<<endl<<endl<<endl<<"\n\n\t\t";
cout<<" ______ ______ _______ ______ _______\n";
cout<<"\t\t | ____ |_____/ |_____| | \\ |______\n";
cout<<"\t\t |_____| | \\_ | | |_____/ |______\n";
cout<<'\n';
setcolor(10);
cout<<"\t _______ _____ _______ _____ _ _ _______ _______ ______\n";
cout<<"\t | | | | | | |_____] | | | |______ |_____/\n";
cout<<"\t |_____ |_____| | | | | |_____| | |______ | \\_\n";
setcolor(143);
cout<<"\n\t\t\t Program by: Glenn Posadas ";
setcolor(95);
cout<<"\n\n\n\n\t\t\tPress Any Key to Continue... ";
setcolor(15);
char x;
x = getche();
if(x=='x') return 0;
/*loading*/
clrscr();
cout<<"\n\n\n\n\n\t\t\t\tLoading Database...";
cout<<"\t\t\t";
gotoxy(3,9);
printf("\t\t\tÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»");
gotoxy(3,10);
printf("\t\t\tº°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°º");
gotoxy(3,11);
printf("\t\t\tÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ");
for(int k=25;k<58;k++)
{
Sleep(10);
gotoxy(k,10);
printf("±");
}
//call for main project
projmain();
getch();
}
cheers! glenn
Sharing is so Easy: |