LLVM + Visual Studio = :)
What!? LLVM is available for Visual Studio? http://llvm.org/docs/GettingStartedVS.html
Cool window tool for Mac OS X
Here is a tool that allows you to do some cool things with the windows in Mac OS...
Thank you
I had to install Windows 7 on my test mac-mini computer and was halted by the “Boot Camp...
Command Prompt
Ah-ha! I found this nice little feature in the “Command Prompt” in Windows 7: hit the F7 key...
GoingNative 2012
Last week I was fortunate to attend the GoingNative 2012 seminar hosted at Microsoft’s Redmond campus. Bjarne Stroustrup,...
Detecting clang or llvm in Xcode 4.2
Use either __clang__ or __llvm__ defines. More information can be found at stackoverflow
DOS HERE and opening a command prompt in Windows 7
In Windows XP, Microsoft released PowerToys with a DOSHERE tool that allowed you to open a command prompt...
Productivity Power Tools by Microsoft
Microsoft has a plug-in for Visual Studio that adds a lot of nice little features that I never...
Cyclomatic Complexity
I was introduced to Cyclomatic Complexity at Eric Rimbley’s course at Construx; I was facinated with the topic...