Cobcy development
Features to implement
- Better index file building (B-tree balancing specifically)
- Arrays.
- Strings.
- Exception handling.
- At least a minimum manual, that is better than this page.
- Make this page actually say which features are supported.
(Now it does a very poor job at it)
- And a lot more stuff :)
How can I help?
- Well, try to compile and run it. If you have problems, tell me about it.
- Read through the code and tell me which parts are confusing to read.
I'll try to either restructure the bad part or to put some comments
there. Of course, if you don't know C++ very well it will all look
confusing :) Do this if you can read C++ code.
- Help implementing a feature that you know
about - just tell me what you are working on to avoid overlap.
- Look at the above listed "wish list". See if you can do any of that.
Again, tell me first that you'll be doing it.
Reading through someone's code is not easy, but it can be done. In
fact some people have already contributed (well, just one so far):
- Hans Deleu (Hans.Deleu@ping.be)
wrote QUOTES code, some conditionals, and added support
for '\B0' in pictures.
Go back