Ben Kuhn's Blog

Random tidbits about programming for Windows
  • Ben Kuhn's Blog

    random bits of Windows-related stuff

    • 0 Comments
    [Mohave] Microsoft's 'new' operating system is apparently doing well at wow-ing customers. This sounds fun, and I'm looking forward to seeing how this story develops. http://news.cnet.com/8301-13860_3-9998336-56.html?tag=nefd.lede [crash dumps] Ben...
  • Ben Kuhn's Blog

    fun with templates: part two - type factories

    • 0 Comments
    Scenario: I have a template that takes a significant number of arguments, but in the most common use scenarios, there are some constraints that can be applied. I want to make it easier for clients to use the templates in the most common cases. template...
  • Ben Kuhn's Blog

    Fun with templates, part one - abstracting operations:

    • 1 Comments
    [edited 7-23-08: updated title, tags] I'm planning a talk on template use, and thought my blog might be a good way to gether my thoughts, and also to share some of the concepts that I've been working with. Over the next few days (or maybe weeks) I...
  • Ben Kuhn's Blog

    template metaprogramming: type lists of templates

    • 0 Comments
    Ok, I said in an earlier post that I wasn't going to cover metaprogramming, but I have to post just this one.. it's a bit of a useful technique, and I haven't seen it described anywhere else. I've been playing around with template metaprogramming in my...
Page 1 of 1 (4 items)