no output??

T

Tergk

I bought a copy of SAMS Teach Yourself C++ in 21 Days (Fourth Edition). I
typed a few code lines to make output show the "Hello World". However, no
output is made.. just fast flash of console then gone. However, my compiler
(program) says that the source code is fine. So, ...I want to see the output
of my source code. I was wondering if any of you guys know a special
character or function word that will enable me to see the output? Thx.. btw,
im using MS Visual C++ .NET Standard...
 
V

Victor Bazarov

Tergk said:
I bought a copy of SAMS Teach Yourself C++ in 21 Days (Fourth Edition). I
typed a few code lines to make output show the "Hello World". However, no
output is made.. just fast flash of console then gone. However, my compiler
(program) says that the source code is fine. So, ...I want to see the output
of my source code. I was wondering if any of you guys know a special
character or function word that will enable me to see the output? Thx.. btw,
im using MS Visual C++ .NET Standard...

Instead of "Run" use "Execute". It will stop before closing
the window. Also, if the program is created to be run from
a command line, it helps to run it from the command line, not
from the IDE. Please next time post your question to the relevant
newsgroup: microsoft.public.vc.ide_general.

Victor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top