cpp:stl:vector

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
cpp:stl:vector [2020/06/01 09:04]
gthanos [Επίδοσης της δομής]
cpp: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