What in your experience happens in Windows when a program runs to completion?
How long do you think it takes for your program to run to completion?
How much do you think you will see in that time?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
as cpns says the program was well executed, but it was dam too fast to see it happening :)
just add this command: getchar(); ,which asks from you to press 'enter' before the program ends.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I compile and run this with Dev C++ 5 beta, nothing happens
main(){printf("Hello World\n");}
Help Me
Why do you expect that to work? What happened? Did you get error message?
I suggest you take some time and look at the thread titled "Please
Read Before Posting a Question" - it will tell you
(1) How to do a simple "Hello World" program
(2) How to ask a question that conveys needed information.
Wayne
I bet something did happen.
Hint:
What in your experience happens in Windows when a program runs to completion?
How long do you think it takes for your program to run to completion?
How much do you think you will see in that time?
as cpns says the program was well executed, but it was dam too fast to see it happening :)
just add this command: getchar(); ,which asks from you to press 'enter' before the program ends.