PDA

View Full Version : excuteing the progreme and how does can i best my programe error and how i can remove



sana.pari
04-24-2011, 05:58 PM
Subject: problems
sir i am new student plz i a problem that for excuteing the progreme and how does can i best my programe error and how i can remove from complier.

Support
04-24-2011, 05:58 PM
Dear Student!
Include following blocks of stements at the start and at the end of your real program logic it will definately error free if your program logic will be correct.For more detailed programming techniques listen lectures carefully.
using namespace std;
#include <iostream>
#include <stdlib.h>
main()
{










cout<<endl;
system("pause");
}