A
acoots
I am writing a program which utilizes a set of data which will change
once per year. I would like to read this information from a file at
compile time and not have the file included thereafter, then recompile
it the next year with the file changed. From the perspective of the
users, I will be redistributing a new program each year.
Is this possible? Is there a better way of incorporating this data?
once per year. I would like to read this information from a file at
compile time and not have the file included thereafter, then recompile
it the next year with the file changed. From the perspective of the
users, I will be redistributing a new program each year.
Is this possible? Is there a better way of incorporating this data?