User Profile
Collapse
-
I get another run time error saying vector subscript out of range. This time the program doesn't run at all. -
Stack around the variable "xPos" was corrupted
Ok, this is an odd problem for me, I know how to stop it from happening but I get incorrect functionality when I do.
This is a run time error that occurs when the program is shut down, I get the correct functionality up until that point.
Here is the code block
...Code:int xPos[32]; int yPos[32]; char buffer[256]; char line[255]; int i = 0; string newstring;
No activity results to display
Show More
Leave a comment: