Downloadliste

Projektbeschreibung

Quick And Little Personal Database is a little
database for storing expenses and other things.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-08-09 12:21
0.4b2

chdir () wird nun anstelle des path_file Array zu merken Dateien in einem ausgewählten Verzeichnis. Die stdin Puffer wird nun vor ein frei fgets ()-Aufruf.
Tags: Code cleanup
chdir() is now used instead of the path_file array to memorize files in a selected directory. The stdin buffer is now freed before an fgets() call.

2005-07-19 17:14
0.4a1

Beim Start sucht das Programm nun für die Entsprechungen zwischen dem aktuellen Datum und die Einträge in der Aufgabenliste.
Tags: Minor feature enhancements
At startup, the program now searches for correspondences between the
current date and the entries in the todo list.

2005-07-18 22:59
0.4a

Alle Funktionen von der Notebook-Unterstützung benötigten, wurden behoben. Eine Funktion, um die Art ToDo-Liste wurde hinzugefügt.
Tags: Major bugfixes
All functions needed by the notebook support have been fixed. A function to sort the todo list has been added.

2005-07-17 15:32
0.3b

Die insert () und delete ()-Funktionen wurden geändert, um Hinzufügen und Löschen von Einträgen einfach und schnell. Die Datenbank für die Kosten sollte nun stabil. Die neuen Funktionen für das Array von Strukturen "notebook" müssen sich von einigen Bugs befreit werden.
Tags: Major feature enhancements
The insert() and delete() functions were changed
in order to add and delete entries easily and
quickly. The database for the expenses should now
be stable. The new functions for the array of
structures "notebook" need to be freed from some
bugs.

2005-06-17 06:34
0.3a

A save ()-Funktion wurde von der main ()-Funktion aus Split. Einige kleine Bugs wurden behoben, wie sie etwa in der show () und in der load ()-Funktionen. Nun, während das Programm läuft, können Sie eine Datei schließen und die Verwendung der neuen, leeren Zeiger für eine andere Datei. Die Funktionen wurden in zwei Dateien, func.c und files.c, neu angeordnet, um sie besser zu bewältigen.
Tags: Minor feature enhancements
A save() function was split out of the main()
function. Some small bugs were corrected, such as
the ones in the show() and in the load()
functions. Now, while the program is running, you
can close one file and use the new empty pointer
for another file. The functions were rearranged
into two files, func.c and files.c, in order to
manage them better.

Project Resources