Run-Time Check Failure # 2 - Stack around the variable 'array_of_1and0' was corrupted?
-
Here is the problem statement:
The program is working correctly, everything is fine. One but
I can't figure out why this "array_of_1and0" is corrupted.
help me pleaseC++ Ronan Calderon, Jan 23, 2019 -
Write somewhere outside the bounds of the array. Most likely, in line 68 (kolvo - what is the limit?) Or in line 78 (i can be & lt; 0 according to line 58)Anonymous
1 Answers
Your Answer
To place the code, please use CodePen or similar tool. Thanks you!