Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


Service-Queue

 

Service-Queue


Github top language

Github language count

Repository size

License

Github issues

Github forks

Github stars


🚧 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

 

Back to top