All Questions
1 question
3
votes
8
answers
8k
views
Conditionally initializing a string list
I am writing a program that needs to be able to process data from a number of different sources. The sources output data in a variety of formats. So, depending on which source is being used, I need to ...