Author Archive

C++ Snippet: Detect Windows Version

Jan 08, 2012 1 Comment by

This nicely put together C++ header file that will allow you to detect which version of windows your program is currently running on.

C++, Programming, Snippet Read more

Speed Up Opera With RAMDisk

Jan 03, 2012 1 Comment by

How It Works? Normally Opera stores and manages all of its browsing cache on disk, which in most cases is just fine for daily use. Nonetheless, we want to squeeze every last ounce of power we can out of our favorite browser So, rather than opting to read and write to that slow IDE hard [...]

Tips Read more