Recent articles

  • Template integer-sequence

    Since C++14 a generator for compile-time integer sequences is available in the standard library. How does this work? How to create your own implementation if this is not available in your distribution? How to modify the sequence? Here, we want to look at these questions and want to show and analyze some different implementations found in the web.

  • Compile-Time loops

    We want to develop a compile-time loop structure that is flexible and allows to print templates and to unroll arbitrary loops index-wise.

  • Concepts in action

    The concepts-lite extension for c++ is accepted for the upcoming C++17 standard. Some tutorials are already available and with the current gcc trunk an experimental implementation of this feature in a c++ compiler. We will see some examples of concepts-lite in action.

subscribe via RSS