solve

Mar 25, 2016 at 12:36pm
sss
Last edited on Mar 26, 2016 at 7:38am
Mar 25, 2016 at 12:36pm
Oh this is what I get from compile log

Compilation results...
--------
- Errors: 0
- Warnings: 0
- Output Filename: C:\Program Files (x86)\Dev-Cpp\log\hello.exe
- Output Size: 1.83242321014404 MiB
- Compilation Time: 0.11s

But no physical window has popped out.
Mar 25, 2016 at 12:44pm
Perhaps there is a window, but your program finishes so fast you don't even see it.

http://www.cplusplus.com/forum/beginner/1988/
Mar 25, 2016 at 2:20pm
when using using namespace std; you dont need to type std::cout every time! a simple cout would be enough. Of course that hasn't anything to do with your question. you can use visual studio or CodeBlock to make sure it is not your program fault.
Topic archived. No new replies allowed.