User: vietory

  • Public profile

User profile: vietory

User info
User name:vietory
History
Joined:
Number of posts:16
Latest posts:

std::vector mem leak question
thanks for the help guys. so to avoid leaks in this situation is either use smart pointers to look ...

std::vector mem leak question
[code] void some_func() { std::vectr<int> vec; int *ptr1 = new ptr(1); int *ptr2 =...

Will this give me memory leaks regarding to std::vector clear and erase function
Hi thanks replying to my posts Would you so kind and give me a good example link on how to incopora...

Will this give me memory leaks regarding to std::vector clear and erase function
so I guess why my way of copying vectors that are holding pointer elements also not working, even th...

Will this give me memory leaks regarding to std::vector clear and erase function
thanks for the reply so what is the proper way for the clear function to call its destructor

This user does not accept Private Messages