Diferencia entre revisiones de «Programación en C++/Biblioteca Estándar de Plantillas/Vectores»

Contenido eliminado Contenido añadido
Línea 44:
cout << buffer << endl;
 
systemcin.get("PAUSE");
return EXIT_SUCCESS;
}</source>
Línea 78:
cout << endl;
 
systemcin.get("PAUSE");
return EXIT_SUCCESS;
}</source>
Línea 85:
 
</div>
 
== Colas de doble fin ( deque ) ==
<div style="background:#fffeee; text-align:justify; padding:40px;">