query
-
Hi Why I can't see the result of my program (Win32 Console Application)in Vc++8. for example: #include <iostream> using namespace std; int main() { cout << "The First Program - Welcome"; return 0; }
thank you soso
anassamar wrote:
Why I can't see the result of my program (Win32 Console Application)in Vc++8.
What do you mean by 'result'? How have you executed the program?
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
-
Hi Why I can't see the result of my program (Win32 Console Application)in Vc++8. for example: #include <iostream> using namespace std; int main() { cout << "The First Program - Welcome"; return 0; }
thank you soso
Because you are running it from within the IDE. You can either call
getch()
aftercout
, or run the program from a command prompt."Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
-
Hi Why I can't see the result of my program (Win32 Console Application)in Vc++8. for example: #include <iostream> using namespace std; int main() { cout << "The First Program - Welcome"; return 0; }
thank you soso