Monthly Archives: July 2015

Populate and serialize text options (Java and C++)

I find it convenient to have a unified text options, similar to those ini/rc files, with serializer/de-serializer for both Java and C++ and here is it. Sample text file: testmode=3 block_repeat=100 # floating point scaling_factor=0.9 # arrays c=1.0, -2.0, 1.0 … Continue reading

Posted in programming | 2 Comments