I have some data files which I will have to read in every simulation. I want to save this time. I can use perl to write a class out of these data files which can be compiled and used.
Is there any elegant way to do this ? - Reading data in c++ during compile time ?