Search:

Type: Posts; User: whiteflags

Search: Search took 0.20 seconds.

  1. I can, but I won't. vector::vector - C++...

    I can, but I won't.

    vector::vector - C++ Reference
    Pay attention to the demonstration of vector's constructors on this page and recognize that one of them is the default one.

    vector::push_back...
  2. You don't necessarily need to avoid STL...

    You don't necessarily need to avoid STL containers, it is only that for once you will have to pay attention to avoid operations that make copies.

    I am certain that a vector can be default...
Results 1 to 2 of 2