From: shankar <nis...@ya...> - 2002-07-13 16:47:14
|
Hi guys, You have created a wonderful programe. Thanks!! But, I tried to run this programme, the compile was succces but, when i tried to run, it just popup and gone.what is the problem.please help. p.s: i have downloaded all the patches from the web site. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #include <iostream.h> void main() { void heading () ; //define functions void question_my (); heading (); //start programe question_my (); } //end main function //******************************************************* void heading () { cout << "PGCC FORD DEALERSHIP WEEKLY INVENTORY \n" ; cout << "SALESPERSON : Shankar Siva \n" ; } //end of heading function //******************************************************* void question_my() { cout <<"Please Enter Model Sold:\n" ; cout <<"Please Enter Sticker Price:\n" ; cout <<"Please Enter what the Customer Paid:\n" ; } Have a nice day, SHANKAR --------------------------------- Do You Yahoo!? Yahoo! Autos - Get free new car price quotes |