User profile: faceofdevil

User info
User name:faceofdevil
History
Joined:
Number of posts:18
Latest posts:

memory leaks
My project is say that it has memory leaks. When I view it in the debugger, it shows the correct val...

use of delete (class)
the point is to use boost not really wanting to use push_back..

use of delete (class)
Having issues using a delete in another function to clear my new or anyone have any suggestions to j...

std::vectors and winsocket
Well before hand im creating a vector with data into it then modiftying it thru other functions. The...

std::vectors and winsocket
Is it safe to call a vector inside a winsocket.. Example: [code] typedef std::vector<unsigned char...