User profile: Gyiove

User info
User name:Gyiove
History
Joined:
Number of posts:97
Latest posts:

Creating your own std::vector like class from scratch
oh 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 scratch
so ... 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 scratch
They 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 scratch
Yes 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 scratch
i shall use the allocate/deallocate then. If my vector code works fine in linux with g++ compiler th...