Most likely it would, if it gets re-compiled in a newer compiler, as long as it doesn't use 'graphics.h' or some other obsolete library that is no longer supported. Could you show us the code, and maybe someone could either compile it, or tweak it using modern libraries,that do a lot of the same functions as it's older counterpart.
hi. do I need the compiler if it's a finished program? sorry not done c++ for years as you can tell. it was just a text only one. once I get it on a computer I will see if I can extract the code
That I know of, you CAN NOT extract the code from a compiled program. You would need the source code, which was what you used to first compile the code the first time. What happens when you've tried double clicking the file? Error?