BoostCon / C++Now! 2012

As you may have heard, the 2012 edition of BoostCon has been re-branded as C++Now! Well, the keynote speakers have been announced and the program has been set. This year is looking like a blockbuster! See you there…

Posted Monday, March 19th, 2012 under Uncategorized.

9 Responses to “BoostCon / C++Now! 2012”

  1. Germán says:

    Thanks Dave. I will take a look. I find ryppl very interesting.

      Quote
  2. Germán says:

    Thanks Dave. I will take a look, I find the project very interesting.

      Quote
  3. Richard Critten says:

    I have only just found this site (doing my catch reading up for C++11) and I would like to thank you all for your excellent articles and comments.

    Recently I have been trying to expand my abilities at template meta-programming and it struck me that: * I am writing programs where the abstract virtual machine is the C++ standard. * The actual virtual machine is my current compiler implementation. * The usual tools for debugging programs are missing.

    Do you know if any work in going on developing tools (I guess compiler extensions) for debugging template meta-programming? By this I don’t mean better compiler error messages, but facilities like single step template expansion and template parameter value inspection.

      Quote
    • Hi Richard,

      Big topic! No, I don’t know of any work on such tools. I think part of the reason may be that even among aficionados like me, TMP is viewed as a bit of a hack, and any tooling effort spent would have to be re-done when C++ gets “first-class metaprogramming.” I think when vendors start to support debugging of constexpr functions we may finally be headed down the right path, but that support isn’t likely to come until constexpr is strengthened to the point where it’s good for much more ambitious jobs than it’s currently being used for. I hope to publish some articles soon about that, and about what first-class metaprogramming might be like in C++, soon.

        Quote
  4. Blair Davidson says:

    Whats happended to the site. No new content :)

    Waiting for more awesome articles.

    Blair

      Quote
  5. Germán says:

    Hello, I would like to know if the slides for the sessions about metaprogramming in metaprogramming in C++11 and ryppl are online. At the materials webpage in c++ now conference I cannot find them. If I’m not wrong these sessions belong both to you. Thank you, and I’m looking forward to taking a look to them.

      Quote
    • Hi, thanks for asking. The metaprogramming session was going to be a workshop without slides, but it was cancelled because I got sick that night. The ryppl slides are (finally) up.

        Quote

Leave a Comment (post replies using links below individual comments)