I have written a simple MFC application.
Up until now I have been hard coding a lot of information in the code.
I know need to set up a configuration file that will hold values for everything from listbox contents to values for single variables.
A bit like an ini file I believe.
Can anyone tell me how you go about doing this??
Maybe someone has an example of how you do this for the list box and I can work the rest out from there ???
Up until now I have been hard coding a lot of information in the code.
I know need to set up a configuration file that will hold values for everything from listbox contents to values for single variables.
A bit like an ini file I believe.
Can anyone tell me how you go about doing this??
Maybe someone has an example of how you do this for the list box and I can work the rest out from there ???