Preventing Visual Studio from defining min and max
To prevent Visual Studio from defining it’s own min and max functions, include the following in the top...
Getting rid of the Boost warnings
Ever since I started to do 64-bit development, I had a problem with the Boost headers producing a...
Creating a Tag with Subversion
If you have the need to create a tag from your current source code, you can use the...
I made a Widget!
In the course of the day, I actually open several web pages related to the work I do....
Symbol visibility in Mac OS libraries
I was having a nice coding day. Xcode was behaving nicely and all of my code seem to...
Getting GDB to stop on a conditional breakpoint
One of the cool things about Xcode and GDB is that you can create custom breakpoints that could...
How to detect what SDK you are building for in Xcode
I recently had to build a file for multiple operating systems and had to figure out a way...
Beefing up the verbosity in Visual Studio
If you ever have to get greater detail as to what is going on with the compiler or...
HEAP corruption on PC with const char*
I had a weird thing happen where if I create a TCHAR variable[MAX_PATH] and populate that using any...