Introduction to Vectors in C++

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ม.ค. 2025

ความคิดเห็น • 1

  • @michaelhoefer
    @michaelhoefer  2 ปีที่แล้ว

    I forgot to show another useful vector function, pop_back. You can call something like my_vec.pop_back() and it will remove the last element from the vector, and reduce the size by 1.