Tag Archives: #Mastery23

#TC1014 #Mastery23

VECTORS

1017

23

Hey!

Here is a link to my video explanation of how to use Vectors

link: https://youtu.be/GfdQ_cDZ6sQ

#Mastery23 Courses with Ken

Here’s the video, enjoy!

http://youtu.be/Wv53He9MBGg

#Mastery23 Courses with Ken

Mastery23

This is my video for Mastery23

https://www.youtube.com/watch?v=vnnPz_WxLOk

23

#Mastery23

I just made a video explaining how to use lists and this is the 23 it was awesome to explain this, and here is the link of the video: http://youtu.be/meWfHbj-eAA?hd=1

Mastery23:: Creation and use od vectors in c++

23

1017

Un vector, también llamado array(arreglo) unidimensional, es una estructura de datos que permite agrupar elementos del mismo tipo y almacenarlos en un solo bloque de memoria juntos, uno despues de otro. A este grupo de elementos se les identifica por un mismo nombre y la posición en la que se encuentran. La primera posición del array es la posición 0.

Podríamos agrupar en un array una serie de elementos de tipo enteros, flotantes, caracteres, objetos, etc.

Crear un vector en C++ es sencillo, seguimos la siguiente sintaxix: Tipo nombre[tamanyo];

Ejemplo:

#Mastery23

Creation and use of vectors in C++

Primero debemos llamar a la libreria y a la libreria para poder hacer vectores en nuestro programa.

Después debemos definir nuestra función principal INT MAIN

A continuación debemos definir nuestras variables como int o como desees.

Después pedimos al usuario asignarle un valor a esas variables y las guardamos con CIN, seguido de definir nuestro vector, con el nombre vector, seguido del tipo del vector y un nombre que le demos a ese vector.  Después le asignamos un valor a ese vector que definimos. Con corchetes y se almacena el valor que le demos a esa variable en la primer posición del vector.

Por ultimo imprimimos las variables en el vector, compilamos y corremos nuestro programa.

Aquí esta un ejemplo de un programa usando vectores.

23

 

Creation and use of vectors in C++ #TC1017 #Mastery23

Creation and use of vectors in C++ 1017 23

Vector is a template class that is a perfect replacement for the good old C-style arrays. It allows the same natural syntax that is used with plain arrays but offers a series of services that free the C++ programmer from taking care of the allocated memory and help operating consistently on the contained objects.

The first step using vector is to include the appropriate header:

 

  1. using namespace std;
  2. //…
  3. vector v;

Here is my link

https://www.dropbox.com/s/m0popqb0mg8qbxo/Mastery23.mov?dl=0

Is a short video explaining a really easy vector 🙂 

Here is other link about vectors :D:

http://www.cplusplus.com/reference/vector/vector/vector/

http://www.codeguru.com/cpp/cpp/cpp_mfc/stl/article.php/c4027/C-Tutorial-A-Beginners-Guide-to-stdvector-Part-1.htm

Mastery23

Mastery23
here is my video  http://youtu.be/0vdYhIUWYM4

Mastery23

Mastery23
here is my video  http://youtu.be/0vdYhIUWYM4