<t>What is the best way to store data (eg arrays containing correlation matrices, other parameters) in a c++ dll? I am using Visual Studio.Do you have to manually initialise all the array elements within the main code, or is there some other way where data tables can be created and compiled as part ...