Compiler Issues

Can anyone help me.....I have Visual Studios 2010 and I am currently running on Windows 7, everytime I run my code( without errors) I get an error that says that I have corrupted data. What does this mean?

A "corrupted data" message usually means that you have overwritten data in your program that you should not have. This is usually the result of subscripting that is out of bounds. Can't give you a more definitive answer without seeing your code.
Topic archived. No new replies allowed.