Anvil 0.0.5 review

Download
by rbytes.net on

Anvil is a C++ library to enable developers to read, write and otherwise work with Quicken QIF4 data files

License: GPL (GNU General Public License)
File size: 0K
Developer: Joseph M. Robertson
0 stars award from rbytes.net

Anvil is a C++ library to enable developers to read, write and otherwise work with Quicken QIF4 data files. QIF4 files are exported text files from Quicken and account files downloaded from your bank or credit union.

We have a C++ library that uses the STL to read, write and query data. A SLang engine has been created in order to be able to test the methods. This may also prove useful for abstracting the GUI layer away from the library, but so far its just for testing.

Here are the steps for building the library:

1. Building the Library
a. cd src
b. make

2. Test
a. cd ..
b. ./test_c
c. You should see some text on the screen.
The last error message IS intentional.

3. Gui
a. cd gui/Slang
b. make

Anvil 0.0.5 keywords