User Profile

Collapse

Profile Sidebar

Collapse
decidence
decidence
Last Activity: Jun 4 '07, 05:52 AM
Joined: Jun 4 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I get another run time error saying vector subscript out of range. This time the program doesn't run at all.
    See more | Go to post

    Leave a comment:


  • decidence
    started a topic Stack around the variable "xPos" was corrupted
    in C

    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;
    ...
    See more | Go to post
No activity results to display
Show More
Working...