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

https://github.com/gabrieldiem/simple-cpp-word-counter

Simple C++ Word Counter
https://github.com/gabrieldiem/simple-cpp-word-counter

7552 cpp cpp17 fiuba

Last synced: about 2 months ago
JSON representation

Simple C++ Word Counter

Awesome Lists containing this project

README

        

# Onboarding - Contador de Palabras

Run tests:
```shell
./run_tests.sh . casos/ no-server no-valgrind 60 10
```

Comparar outputs:
```shell
./compare_outputs.sh casos/ salidas/
```

Para crear un commit sin correr los hooks se debe ejecutar:
```shell
git commit --no-verify
```

Para correr cppcheck sin necesidad de un commit se debe ejecutar:
```shell
pre-commit run --hook-stage manual --files main.cpp wordscounter.cpp
```