タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

C++11に関するucqのブックマーク (2)

  • constexpr でレイトレーシング - ボレロ村上 - ENiyGmaA Code

    記事は、C++11 Advent Calendar 2011 の5日目の記事です。 稿では C++11 の新機能である constexpr について書きます。 まず最初にお断りしなければならないのは、この記事は constexpr そのものについて詳しく解説したり、 導入の一助となるべく書かれたものではないということです。 そのため、constexpr を使い慣れない方にとっては何を書いているか全く解らないという事があると思います。 ひとえに自分の説明能力不足と趣味によるものであり、constexpr の責任ではありません。 どうか諸兄がこの記事をもって『constexpr は全く理解に苦しむもので使いがたい』という感想を抱かぬよう願ってやみません。

    constexpr でレイトレーシング - ボレロ村上 - ENiyGmaA Code
  • Elements of Modern C++ Style

    C++11 feels like a new language.” – Bjarne Stroustrup The C++11 standard offers many useful new features. This page focuses specifically and only on those features that make C++11 really feel like a new language compared to C++98, because: They change the styles and idioms you’ll use when writing C++ code, often including the way you’ll design C++ libraries. For example, you’ll see more smart poi

    Elements of Modern C++ Style
    ucq
    ucq 2011/11/04
  • 1