runtime error

Newbie Member
23Jan2008,11:40   #1
jagadeeshwari's Avatar
Im trying to run the below c++ program in visual studio, its given an error as Native' has exited with code 0 (0x0)....can anyone tell me the solution for this.

#include <iostream>

using namespace std;

int main ()
{
cout << "Hello World! ";
cout << "I'm a C++ program";
return 0;
}
Team Leader
23Jan2008,12:08   #2
pradeep's Avatar
There are no problems here this is perfectly normal - it shows informational messages about what debug-info was loaded (and which wasn't) and also that your program executed and exited normally - a zero return code means success.

If you don't see anything on the screen thry running your program with CTRL-F5 instead of just F5.
TechCake
7Feb2008,14:04   #3
asadullah.ansari's Avatar
This type of thread should be deleted from forum.

Beacuse too much confusion when you are searching some problems or article.
Go4Expert Founder
7Feb2008,17:07   #4
shabbir's Avatar
Now you can never neglect the starters question but they also should be discussed and helped.
TechCake
7Feb2008,17:51   #5
asadullah.ansari's Avatar
I did'nt mean that what u understand. Offcourse we can'nt neglect starter . But after solving their problem, Some person from you , analyze it and whatever problem which impacted on Quality of this forum , That should be deleted.
Go4Expert Founder
7Feb2008,18:30   #6
shabbir's Avatar
Quote:
Originally Posted by asadullah.ansari
I did'nt mean that what u understand. Offcourse we can'nt neglect starter . But after solving their problem, Some person from you , analyze it and whatever problem which impacted on Quality of this forum , That should be deleted.
That is already done.
Ambitious contributor
7Feb2008,21:10   #7
oogabooga's Avatar
Quote:
Originally Posted by asadullah.ansari
impacted on Quality of this forum
You're walking a slippery slope.