Creating your own std::vector like class from scratchoh thanks, i shall look it out. Thanks for the help guys, at least im going somewhere now.
Creating your own std::vector like class from scratchso ... what should we use to move items in vector? I'm already having something on my mind using std...
Creating your own std::vector like class from scratchThey will be faster and from my eyes, better design. I'm going to test/compare it's functions speeds...
Creating your own std::vector like class from scratchYes and the next one will be std::string. Anyways, Im trying to create a move function. Here's how ...
Creating your own std::vector like class from scratchi shall use the allocate/deallocate then. If my vector code works fine in linux with g++ compiler th...