0
I've writen this code by Microsoft visual studio 2012. The program has exited with code - 1073741510. What's wrong?
5 odpowiedzi
+ 2
thanks a lot!
+ 1
where is the code.
+ 1
#include <iostream>
using namespace std;
int main()
{
int a = 0;
do {
cout << a << endl;
a++;
} while(a < 5);
return 0;
}
+ 1
i got it thats not the problem of your code.
ms visual studio 2012 has bugs.
try to update it.
or try to change the following settings.
Project -> Properties -> Debug and turn off "Enable the Visual Studio hosting process"
+ 1
welcome .....