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 |
|
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 |
|
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 |
|
Now you can never neglect the starters question but they also should be discussed and helped.
|
|
TechCake
|
|
| 7Feb2008,17:51 | #5 |
|
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 |
|
Quote:
Originally Posted by asadullah.ansari |
|
Ambitious contributor
|
|
| 7Feb2008,21:10 | #7 |
|
Quote:
Originally Posted by asadullah.ansari |


