User profile: chuuuing

User info
User name:chuuuing
History
Joined:
Number of posts:20
Latest posts:

Terminate thread without memory leak
If it is not restricted to thread, can I for example use process?

Terminate thread without memory leak
thanks for the reply. The program I'm working on is written in C++ 11 and I'm just modifying it for ...

Terminate thread without memory leak
Hello everyone, I want to implement the following logic: [code] int global_count; // this ...

Duplicate Symbol for architecture x86_64
You might want to check your CMakeLists.txt. If you have multiple CMakeLists.txt, it is most likely ...

Static member that contains unique_ptr
hi kbw, thanks for replying. is there a way to fix this problem? I thought as a static member, once ...