I am trying to load in data from a set of text files in the format:
0.0000011321
0.0000000121
-0.000000032
etc.
I have marked them as binary resources in Projucer, so they are stored as giant “const char *” arrays in BinaryResources.cpp. How do I convert this to 1 array of doubles/floats?