I'm working on a command prompt roguelike in VisualC++ 2008, and everything compiles all fine and dandy, but there's one glaring issue that I have with it.
Why is it that if I change the name of the exe, the program fails completely? I don't think that's supposed to happen with most programs