Displaying 1 result from an estimated 1 matches for "valhamdolelah".
2009 Dec 23
3
devcpp error
...n run it?
as this program:
#include <cstdlib>
#include <iostream>
using namespace std;
int main(int argc, char *argv[])
{
cout<<"hello,world"<<endl;
int i;
cin>>i;
system("PAUSE");
return EXIT_SUCCESS;
}
but when i run it ,shows nothing.
valhamdolelah.