Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 666 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 666 Bytes

BiblioCatalog

BiblioCatalog is meant to be a simple portable library. As it is right now, it's only a simple program using a csv file.

Goal

This repository is supposed to host the code of the Linux version of BiblioCatalog.

Description of this version

Linux bin file

For Linux, just run BiblioCatalog, it will asks you what you want to do. Go forward. It will create a csv file into the directory which will stock your books.

Windows .exe

To create a Windows.exe console app, launch an app like Visual. Create a solution and put the .h/.cpp into it. Change every system("clear") by system("cls"). You can remove the include. Compile.