-
Recent Posts
Recent Comments
Ken on phpMyAdmin – Import Exce… Richard Carter on phpMyAdmin – Import Exce… Ken on phpMyAdmin – Import Exce… Benjamin on Windows Event ID 50034 and 500… black on phpMyAdmin – Import Exce… Archives
Categories
Meta
Category Archives: Code Snippets/Tricks
C++ – Sleeping
I am currently using SDL_Delay function in my program, which sleeps for the specified number of milliseconds. But seeing as I’m trying to get rid of SDL, I have to find another cross-platform solution for implementing sleep. So I have … Continue reading