User profile: Gil Galvanti
User info |
User name: | Gil Galvanti |
History |
Joined: | |
Number of posts: | 7 |
Latest posts: |
Memory Leaking on Simple Test Ah duh, I was thinking the destructor automatically deleted it, but I forgot that's only for data in...
Memory Leaking on Simple Test Hello, can someone tell me why this would be leaking one byte and how to stop it from doing so:
[cod...
Using SDL Threads and Templated Parameters Alright, it seems that I AM able to modify the void* by just adding that parameter to the struct:
[c...
Using SDL Threads and Templated Parameters Oh, I see. Awesome, that works, thanks a lot. Now, another question is how would I return the result...
Using SDL Threads and Templated Parameters Oh, I think I see what you mean, I have to do:
thread = SDL_CreateThread( TestThread<T>, &thrd1 );
...
|
This user does not accept Private Messages