I've written a program that has quite a number of labels. The program is a Windows Application Form written with Visual C++ 2010 Express.
Within these labels are comments (i.e. sentences). So far, the comments are written in the code of the form.
I would like to have the comments come from a file like an Excel spreadsheet or something. This is so each comment can be easily changed when needed without having to re - write parts of the code.
Can anyone lead me in the right direction for extracting sentences from a file, rather than having to write it within the code?