Tag: C++
Standard Template Library (STL) in C++
Use STL containers, iterators, and algorithms as your default toolkit.
std::vector in C++
Store dynamic arrays with std::vector — the go-to sequence container.
Friend Functions in C++
Grant non-member functions access to private members when needed.