This project aims to build a dBase like environment in C including its GUI. The main object in doing so is to implement concepts of Data Structure course, so all the operations will be done in memory using dynamic linked lists.
Simulate a system like classic dBase (80's / 90's) manipulating fields, records and data structures files ".DBF" with operations of Create, Read, Update, Delete and more
SET DEFAULT TO: Select a logic Drive (D:orC:)CREATE: Create a ".DBF" file (in memory)DIR: Lists the files created in the current driveUSE: Open a fileLIST STRUCTURE: Show all fields of the file structureAPPEND: Append new records to the.DBFfileLIST: Lists the records with aditional filtersLOCATE: Search for records based on conditionsGOTO,DISPLAY,EDIT: Navigate and edit recordsDELETE,RECALL,PACK,ZAP: Delete methodsCLEAR,QUIT,SET DELETED ON/OFF: Aux commandsMODIFY STRUCTUREandSORT: Extra
The interface is done with a modified version of TDM-GCC(4.7.1 32bit) and conio2.h the dowload can be found here.
Made by Mateus SM and Lucas Ataide Malagueta 2025.








