I'm using Dev-C++ 4.9.9.2 in a windows 7 home premiun operating laptop and I'm new in C++ programming. The program compiles well but can't run, a black screen flashes. Please help, I have to submit my first assignment soon.
Printable View
I'm using Dev-C++ 4.9.9.2 in a windows 7 home premiun operating laptop and I'm new in C++ programming. The program compiles well but can't run, a black screen flashes. Please help, I have to submit my first assignment soon.
try to run from the commandline. I reckon your program executes and quits so quickly that you don't see anything. You can also try to do a read from the console just before the return of main() --> look up cin >> in your documentation or www.cppreference.com or so. If that doesn't help then post your code here and we try to find out what's wrong.