Timer Millisecond strange OoI found the solution. Sleep or gettick are not very perform. so i use now QueryPerformanceCounter()...
Timer Millisecond strange OoHello everybody, i need to create a timer for test my network platform and i wish a millisecond prec...
Memory and ThreadI have found the problem. I created my var in the thread stack and i didn t know threads can t sh...
Memory and ThreadI just test with string it s same than with vector. A string define 15chars by default if i try to ...
Memory and ThreadSorry i just wanted say i have try to save my data with vector<char> but it doesn t fonction so i t...