Skip to content

class vector in c++ with interator

Notifications You must be signed in to change notification settings

Carvs10/vector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vector

Class Vector programmed in languange in C++ with iterator

Summary

1. Introduction

2. The Algorithms

3. Compiling

4. Documentation

5. Authorship

1. Intorduction

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.

2. The Algorithms

We developed all the implementation based on problems described at projeto_TAD_vector.pdf file.

3. Compilling

To compile this project, you need to:

open your terminal

open the directory containing the folder vector

make

./bin/exe

4. Documentation

To access Doxygen documentation, you must go to:

folder vector

vecto/docs/html

search for archive:

index.html

and there you have it!

5. Authorship

This C++ class was developed by João Victtor Carvalho and Pedro Henrique Alves Cardoso.

IMD/UFRN 2019

About

class vector in c++ with interator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 36.4%
  • CSS 21.8%
  • JavaScript 18.6%
  • HTML 11.9%
  • TeX 10.8%
  • Makefile 0.5%