CdBFile: Difference between revisions
Appearance
Created page with "==Description== An old and simple C++ library that allows you to access, work with and write to dbf/xBase database files. Originally developed for DOS but due to its e..." |
m grammar |
||
Line 1: | Line 1: | ||
==Description== | ==Description== | ||
An old and simple C++ library that allows you to access, work with and write to dbf/[[xBase]] database files. Originally developed for [[DOS]] but due to its extreme simplicity it works without any or absolutely minimal | An old and simple C++ library that allows you to access, work with and write to dbf/[[xBase]] database files. Originally developed for [[DOS]] but due to its extreme simplicity it works without any or absolutely minimal changes on OS/2 and Microsoft Windows, depending on compiler chosen, and porting to other systems should be simple as well. The source code is well documented BTW. | ||
==Version== | ==Version== |
Revision as of 18:38, 12 April 2015
Description
An old and simple C++ library that allows you to access, work with and write to dbf/xBase database files. Originally developed for DOS but due to its extreme simplicity it works without any or absolutely minimal changes on OS/2 and Microsoft Windows, depending on compiler chosen, and porting to other systems should be simple as well. The source code is well documented BTW.
Version
- Last known version: 1.0
Author
- Hervé Gourmelon
License
- Open source released under the GPL v2