I’m an old fashion Visual Studio 6 C programmer. I’m writing my first 2008 Form application using C++.
The application will be able to run multiple instances at the same time.
The first tool will be a selection box where you can chose the project you are working on with a “new project” entry that will allow you to browse to the new project’s directory and name the new project.
I’ll figure all that out. My question is what is the best way to remember the list of projects and directories that have already been defined and also the most recent “current project”.
Should I just store the data in an INI file, or is there a better way.