A bug in the program is open

hello
why when I create a program with Dev-c + + and I run it doesn't work
What do I do?
There could be 1,000,000 reasons why. You'll have to be more specific. Reboot your pc 3 times and see if it works.
reformat your computer then install windows 95 :D
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>
using namespace 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
spray insecticide to the bug so that your program will work smoothly. and don't forget to close it :P
Topic archived. No new replies allowed.