cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Debug Error!
Debug Error!
Mar 19, 2012 at 9:29pm UTC
hard
(2)
Run-Time Check Failure #2 - Stack around the variable 'X_array' was corrupted.
Hi everyone, little help needed!!! What does this error means, well basicaly the code is working but after simple calculations it says the above error message!
thank you in advance!
--:HarD:++
Mar 19, 2012 at 9:54pm UTC
ne555
(10692)
Completely blind guess. Out of Bounds
Mar 19, 2012 at 9:59pm UTC
hard
(2)
made a silly mistake in a for loop, started from i=1! changed to i=0 :)
thanks anyway!
Topic archived. No new replies allowed.