User profile: neken

User info
User name:neken
History
Joined:
Number of posts:5
Latest posts:

a basic vector<> class and memove
memmove(m_pData + nIndex + p_nNumber, m_pData + nIndex, sizeof(node)*(m_nSize - nIndex)); VS f...

a basic vector<> class and memove
after some thought, i think i will do a vector_fast class or something that would always use the mem...

a basic vector<> class and memove
Alright, finally a good example :P I've posted this on multiple boards and it's the first real good...

a basic vector<> class and memove
[quote]As you can see --- the copy constructor here is responsible for allocating a new buffer. If y...

a basic vector<> class and memove
When you erase data from a custom made vector in the middle of the buffer, when is it safe to assume...

This user does not accept Private Messages