Archive for the 'c++' Category

Introducing “annoyance” aka “Stop fucking with my Windows”

Saturday, March 26th, 2011

I can really do well with Windows in my everyday work. Being a developer, a lot of shit that gets on my nerves is usually solvable. But there are two little gems that always get me going when they happen. First of all, I’m one of those guys who sets his taskbar to auto-hide. So [...]

Build count of VC++ project for version string

Friday, April 24th, 2009

For ages now I wanted to write me something nice and neat to get build count (how often the project was built) to append it to my version string. And obviously I wanted it to automatically update. However I never really got around to it or cared that much that I actually wrote it. But [...]

Output to the parent console in Windows application

Tuesday, March 10th, 2009

So I looked into boost.program_options today to parse command line arguments for my Windows Forms application. Which basically works great. Except for the little part to output the –help output to the console. Now, obviously when you start your application through Explorer you won’t have a console. And that is fine. I was only interested [...]