lolz .. what do u basically mean by doesnt work ? does it starts and go off ? if so its not a problem with your pc
u will have to do something like this to stop a program
1 2 3 4 5 6 7 8 9 10
// how to pause a program
# include <iostream>
usingnamespace std ;
int main ()
{
int a ; //we have to declare a variable
cout <<" hello " << endl ;
scanf ("%d%",&a);
return 0 ;
}
and if this is not the case elaborate ur problem :P