cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
solve
solve
Mar 25, 2016 at 12:36pm UTC
marrom
(4)
sss
Last edited on
Mar 26, 2016 at 7:38am UTC
Mar 25, 2016 at 12:36pm UTC
marrom
(4)
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 UTC
Moschops
(7244)
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 UTC
Areey
(17)
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.