For some reason, I have a simple program that doesn't use files or anything. I have it saved as one name. "program2 working". I can compile and run this over and over no problems. However, if I go to change the file name (either "save as" from dev C++, copy it in it's folder to rename it, start a new project, copy the code, paste it and save as, etc) the code acts totally different. Like it won't print the picture it's supposed to print correctly for one function. It still works totally fine in the original file, but I can't change the name to submit it!
Any ideas on what could've happened?