Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/faber222/service-queue
Projeto I de prog 2, feito por @faber222 e @IgorSVieira
https://github.com/faber222/service-queue
Last synced: about 1 month ago
JSON representation
Projeto I de prog 2, feito por @faber222 e @IgorSVieira
- Host: GitHub
- URL: https://github.com/faber222/service-queue
- Owner: faber222
- License: mit
- Created: 2022-05-05T17:26:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-22T12:54:33.000Z (over 2 years ago)
- Last Synced: 2023-05-05T13:31:38.730Z (over 1 year ago)
- Language: C++
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Service-Queue
🚧 Service-Queue 🚀 Finished 🚧
About |
Features |
Technologies |
Requirements |
Starting |
License |
Service-Queue
## :dart: About ##
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
## :rocket: Technologies ##
The following tools were used in this project:
- [C/C++](http://www.cplusplus.org/)
- [VSCode](https://code.visualstudio.com/)
- [GitHub](https://github.com/)## :white_check_mark: Requirements ##
Before starting :checkered_flag:, you need to have [Git](https://git-scm.com) and [VSCode](https://code.visualstudio.com/) installed.
## :checkered_flag: Starting ##
```bash
# 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```
## :memo: License ##
This project is under license from MIT. For more details, see the [LICENSE](LICENSE.md) file.
Made with :heart: by Service-Queue