https://github.com/subhash3/database-in-c
A small database in c
https://github.com/subhash3/database-in-c
Last synced: 8 months ago
JSON representation
A small database in c
- Host: GitHub
- URL: https://github.com/subhash3/database-in-c
- Owner: Subhash3
- Created: 2018-07-12T07:05:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-01T09:39:26.000Z (over 6 years ago)
- Last Synced: 2025-04-25T20:02:54.911Z (about 1 year ago)
- Language: C
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Database-in-c
- - - -
*What this program does?*
This program basically enables the users to signup, login and bookslots for an auditorium.
*Description of files*
1. database.c:
> source code of the program written in c
2. database :
> Compiled database.c file
3. nice.txt :
> Contains some c code to get started without wasting time to type the same stuff repeatedly.
4. vic :
> A bash script - Opens a file in vim and copies all the stuff from nice.txt to that file.
5. users/ :
> It is a direcory containing all the registered users.