Posts

  1. JetBrains CLion C++ IDE First Impressions

    Shares first impressions of JetBrains CLion as an early cross-platform C++ IDE.

  2. Clang edition of the C++11/14 Rocks book

    Announces a Clang-focused edition of the C++11/14 Rocks book and its coverage.

  3. Spotlight on libraries relying on C++14

    Surveys early C++14 libraries and demonstrates how they use the new language features.

  4. What if C++ looked more like Python or CoffeeScript?

    Imagines a lower-noise C++ syntax inspired by Python and CoffeeScript.

  5. An overview of C++14 language features

    Summarises language features proposed for C++14 with illustrative code examples.

  6. C++11/14 compiler and library shootout

    Compares C++11 and C++14 language and library support across major compilers.

  7. 44 C++11 bugs fixed in Visual Studio 2013

    Lists forty-four C++11 bugs fixed in Visual Studio 2013 and explains their impact.

  8. 10 new C++11 features in Visual Studio 2013

    Introduces ten C++11 features newly supported by the Visual Studio 2013 compiler.

  9. C++11 concurrency cheatsheet

    Offers a concise downloadable cheatsheet for the C++11 concurrency library.

  10. C++11 compiler support shootout: Visual Studio, GCC, Clang, Intel

    Compares C++11 support in pre-release Visual Studio, GCC, Clang, and Intel compilers.

  11. An introduction to the TR2 filesystem library in Visual Studio 2012

    Introduces the TR2 filesystem library in Visual Studio 2012 for portable file and directory operations.

  12. 23 C++11 bugs you no longer need to worry about in VS2012

    Catalogues twenty-three C++11 bugs fixed in Visual Studio 2012 and the workarounds they remove.

  13. 16 C++11 additions in VS2012 for cleaner & faster code

    Reviews sixteen C++11 features added in Visual Studio 2012 that improve code clarity and performance.

  14. Why does C++ provoke so much emotion?

    Examines why C++ discussions can provoke unusually strong positive and negative reactions.

  15. Alternative tokens in C++

    Explores C++ alternative operator tokens and digraphs with standard-conforming examples.

  16. A comparison of C++11 language support in VS2012, g++ 4.7 and Clang 3.1

    Compares C++11 language feature support in Visual Studio 2012, GCC 4.7, and Clang 3.1.

  17. Using CMake to build a cross-platform project with a Boost dependency

    Explains how to use CMake and Boost.Test to set up a cross-platform C++ project.

  18. C++11 regex cheatsheet

    Provides a one-page quick-reference cheatsheet for the C++11 regular expression library.

  19. C++11: a visual summary of the additions and changes since C++03

    Uses a visual map to show the extensive additions and changes introduced by C++11.

  20. C++, Ruby, CoffeeScript: a visual comparison of language complexity

    Compares the conceptual complexity of C++, Ruby, and CoffeeScript through visual language maps.

  21. 9 reasons to start using C++11

    Explains nine practical C++11 benefits for performance, code clarity, productivity, and earlier error detection.