Project: Anvil
May 26, 2003
Authors:
Joe Robertson, jmr, jmrobert5@mchsi.com
Please note the email change and write me for further info. Its just me again, and all that history below is just that, history. Well, mostly anyway. I still want to do a gui checkbook tool. But I think having a good library is important too. I can read and write text QIF files. The lib still needs search features, and binary read/write abilities.
March 16, 2001
Authors:
Joe Robertson, jmr, jmrobert@huntsvilleal.com
Daniel Britton, deb, dbritton@winpro.com
Vicki Stanfield, vicki@stanfield.net
- Goal
- Create a simple, portable Quicke* clone.
- Notes
- See the other 2 txt files for some design background information.
To start reviewing code:
1. test.cpp is the main for a C++ standalone test exe
2. sl_main.cpp is the main for a SLang scripted version exe.
3. category.h is not used yet, but we will need a map-type data struct and text file to store the values for categories.
4. gui directory is my old FLTK gui test. I need to move my code to a gui/FLTK subdir. Vicki is going to make a GTK interface, which we'll put in a gui/GTK.
5. books dir is the top data directory. Accounts are dirs under books.
6. test.out shows a problem with some garbled data coming thru a char * in the sl_main build.
I'm going to have to learn about AutoMake and AutoConf. jmr.
