User Tools

Site Tools


cpp:stl:vector

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
cpp:stl:vector [2020/06/01 09:04] – [Επίδοσης της δομής] gthanoscpp:stl:vector [2021/06/06 20:58] – [Πρόσβαση στα στοιχεία του πίνακα] gthanos
Line 22: Line 22:
 int main () { int main () {
   vector<int> v(4);   vector<int> v(4);
-  cout << "size: " << v.size() << endl; +  cout << "size    : " << v.size() << endl; 
-  cout << "capa: " << v.capacity() << endl;+  cout << "capacity: " << v.capacity() << endl;
  
   try {   try {
cpp/stl/vector.txt · Last modified: 2023/05/29 19:12 by gthanos