Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lucasschmidt015/buffer_simulator

First assignment for the Database 2 course, consisting of a buffer simulator in C that works with binary files.
https://github.com/lucasschmidt015/buffer_simulator

buffer c databases

Last synced: 19 days ago
JSON representation

First assignment for the Database 2 course, consisting of a buffer simulator in C that works with binary files.

Awesome Lists containing this project

README

        

# Buffer simulator - Databases II

## Git Repository:
[Buffer_simulator](https://github.com/lucasschmidt015/buffer_simulator)

## Compilation

To compile this project, use the following command:

```bash
gcc *.c ./sources/*.c -o main
```

## Running the Project
To run the compiled project, use the command below, replacing with the appropriate table name:
```bash
./main
```