a basic vector<> class and memovememmove(m_pData + nIndex + p_nNumber, m_pData + nIndex, sizeof(node)*(m_nSize - nIndex)); VS f...
a basic vector<> class and memoveafter some thought, i think i will do a vector_fast class or something that would always use the mem...
a basic vector<> class and memoveAlright, 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 memoveWhen 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