solve

sss
Last edited on
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.
Perhaps there is a window, but your program finishes so fast you don't even see it.

http://www.cplusplus.com/forum/beginner/1988/
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.