I was revising my codes when doing a project that I developed when I started coding in C/C++.
It's about threading. In the tutorials I read (which were from 2006) they said that, when developing for Windows, one could use CreateThread() to create threads. Is Using this function better than using std::thread?
Is it faster also?