hackingcpp / comments

Comments regarding hackingcpp.com
0 stars 0 forks source link

cpp/std/vector #15

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

C++ std::vector Interface Overview & Guidelines | hacking C++

Interface overview and guidelines for using C++'s 'default' container.

https://hackingcpp.com/cpp/std/vector.html

mtnpke commented 1 year ago

Why does the vector have 5 items after .resize(6, 0) in the "Quick Start"?

hackingcpp commented 1 year ago

@mtnpke thanks for spotting the typo - fixed it

hktxt commented 11 months ago

amazing tutorial.

MemoMemo0331 commented 10 months ago

thanks for your work!