LINKED FILES

Good day! I want to create a program that will allow the user to access other programs. For example:

What program will you wish to open?

[1] Dictionary
[2] Thesaurus
[3] Almanac

*The files are EXE FILES and not cpp files, Please do help. Thanks in advance!

don't have an idea...every single choice on the list is an independent .exe program :)
Last edited on
Neither C nor CPP files can be 'executed' like EXE files. They MUST be compiled into EXE or DLL files first, or integrated into your program.
Topic archived. No new replies allowed.