BruceJohnJennerLawso / Countdown

A cross platform C++ timer application
0 stars 0 forks source link

Backup loading of default parameters from a cfg file #18

Open BruceJohnJennerLawso opened 9 years ago

BruceJohnJennerLawso commented 9 years ago

The program needs something to work with if no parameters are specified, so it should have a priority list, something like

-load from the arguments if possible -load from a cfg file if possible -use defaults specified in the code if nothing worked