About | Features | Technologies | Requirements | Starting | License | Service-Queue
This is a repository made with the intention to develop a programming project that uses the C++ language, for the subject of Programming II of Telecom Engineering
Our code is intended to discover routes on a map to calculate the shortest path between them, just using the language C++
We will read a .CSV file, and based on it, we will run our code
The following tools were used in this project:
Before starting 🏁, you need to have Git and VSCode installed.
# Clone this project
$ git clone https://github.com/faber222/Service-Queue.git
# Access
$ cd Service-Queue
# Deploy the code
$ g++ main.cpp -o {ESCOLHA O NOME}
# Run the code on windows
$ {ESCOLHA O NOME}.exe clientes.csv
# Run the code on Linux
$ ./{ESCOLHA O NOME}.out clientes.csv
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by Service-Queue
