I've writen this code by Microsoft visual studio 2012. The program has exited with code - 1073741510. What's wrong? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I've writen this code by Microsoft visual studio 2012. The program has exited with code - 1073741510. What's wrong?

9th May 2017, 2:59 PM
Татьяна Р
Татьяна Р - avatar
5 Answers
+ 2
thanks a lot!
9th May 2017, 4:44 PM
Татьяна Р
Татьяна Р - avatar
+ 1
where is the code.
9th May 2017, 3:51 PM
MR Programmer
MR Programmer - avatar
+ 1
#include <iostream> using namespace std; int main() { int a = 0; do { cout << a << endl; a++; } while(a < 5); return 0; }
9th May 2017, 4:14 PM
Татьяна Р
Татьяна Р - avatar
+ 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"
9th May 2017, 4:21 PM
MR Programmer
MR Programmer - avatar
+ 1
welcome .....
9th May 2017, 4:45 PM
MR Programmer
MR Programmer - avatar