Search Results

1
vote
2answers
615 views

Reading quicken data files

Looking for an open source library, for C++, Java, C# or Python, for reading the data from Quicken .qdf files. @Swati: Quicken …
2
votes

What are important points when designing a (binary) file format?

I agree that these are good ideas: Magic numbers at the beginning. Pretty much required in *nix: …