On 2013-03-31 23:40, Kagamin wrote:
A "MyArchive" example can be useful too. The basic idea is to write a minimal archive class with basic test code. All methods assert(false,"method archive(dchar) not implemented"); the example complies and runs, but asserts. So people take the example and fill methods with their own implementations, thus incrementally building their archive class.
Yes, if the API is change to what you're suggesting. -- /Jacob Carlborg
