I’d like to add a command line interface to my MFC application so that I could provide command line parameters. These parameters would configure how the application started.
However, I can’t figure out how to interface these two. How could I go about doing this, if it’s even possible?
MFC has a CCommandLineInfo class for doing just that – see the CCommandLineInfo documentation.