I have a project which builts and runs just fine. But when I go to bin/release and double click .exe there it doesn't only disappear too quickly, but also doesn't get the right output (which is most likely because it can't find its link to .txt file, which is used in usual codeblocks environment quite normally).
Edit: I tried cin.get(), system("pause") to stop .exe from closing, nothing works!