Class Vector programmed in languange in C++ with iterator
The Class Vector is a series of functions to manipulate vectors with different sizes. Also, you can use all the methods that normal class vector from std has. This project was developed following instructions and orientations given by Prof. Selan Rodrigues dos Santos. By building this, we want to see how works a class and all its methods developing them by ourselves.
We developed all the implementation based on problems described at projeto_TAD_vector.pdf
file.
To compile this project, you need to:
open your terminal
open the directory containing the folder vector
make
./bin/exe
To access Doxygen documentation, you must go to:
folder vector
vecto/docs/html
search for archive:
index.html
and there you have it!
This C++ class was developed by João Victtor Carvalho and Pedro Henrique Alves Cardoso.
IMD/UFRN 2019