Console based app built with c++, with purpose for manage list of tour destination with their package of tour destination, integrated with csv file for storing destination data and other data
IMPORTANT:
- This project is for educational purposes
- Any names or assets in this project only used as data display
- I don't take any responsibility for what you do with this program in the future
On this project we learn how to management app work like, and we learn how important is validation for preventing errors and security issues. Last but not least, we learn how store data in csv file and manipulate it using file stream library
From this point, if you are indonesian, silahkan baca instruksi dalam bahasa indonesia pada Tutorial Indonesia
But if you are not, please read this instruction on English Tutorial, or read below instruction
Here are things you need to prepare:
- C++ compiler (MinGW or else)
- Bash Script (Optional)
- Clone this project from github using git
git clone https://github.com/sleepy4k/cpp-gitar-project.git
- Go to the project directory
cd cpp-gitar-project
- Download from github web using this url
https://github.com/Sleepy4k/cpp-gitar-project/archive/refs/heads/main.zip
- Unzip zip file
- Run bat file (if you don't have bash in your system)
./run.bat
- After process done, close terminal, and open built app
./main
- Run shell script (please open it from bash terminal to prevent error)
./run.sh
- Run this command on console line (terminal)
g++ -std=c++11 ./main.cpp -o ./output/main
- Run built app
./main