Tag: std::vector
2 posts
-
[2026] C++ std::vector Complete Guide: Usage, Iterators, and Performance
std::vector explained: why it beats raw arrays, reserve vs resize, iterator invalidation, algorithms, 2D vectors, and practical examples with pitfalls.
-
[2026] C++ vector Basics | Initialization, Operations, Capacity, and Patterns
std::vector crash from vec[10] with size 3: at() vs [], reserve vs resize, erase-remove, iterator invalidation, emplace_back, and production buffer patt...