/CDD

Assignments

Primary LanguageC++MIT LicenseMIT

About this repository

All Contributors

Just for your understanding this is a repository with its sole purpose to have log and updates from CDD (Comunicación de Datos) assignment at Metropolitan University of Technology (a.k.a. UTEM), Chile. Our professor [Sebastian Salazar] (https://github.com/sebasalazar) is responsible for the assignment and the grading of those school assignment

Folder Organization

.
├── ...
├── NewtonRaphson           # Newton Raphson method to solve f(x) polynomial roots
├── README.md               # Tbis Readme.md
└── ...

Pre requisites

We're working under this enviroment and languages conventions

Requirement Version
Ubuntu 18.04 LTS 64 bits
C++ std = 11
GCC 7.4.0
cppcheck 1.82
make 4.1
cmake 3.10.2

So in under to make sure that our code will work under your environment you have to install those versions first (if you don't have the utilities).

If you want to check our code, please check it as you like. Here you can find a command line input to use cppcheck:

$ cppcheck --enable=all  --suppress=missingIncludeSystem programa.cpp 2>err.txt

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Contributors ✨

Thanks goes to these wonderful people (emoji key):

albertosaurio
albertosaurio

💻 🤔

This project follows the all-contributors specification. Contributions of any kind welcome!