Posts
-
JetBrains CLion C++ IDE First Impressions
Shares first impressions of JetBrains CLion as an early cross-platform C++ IDE.
-
Clang edition of the C++11/14 Rocks book
Announces a Clang-focused edition of the C++11/14 Rocks book and its coverage.
-
Spotlight on libraries relying on C++14
Surveys early C++14 libraries and demonstrates how they use the new language features.
-
What if C++ looked more like Python or CoffeeScript?
Imagines a lower-noise C++ syntax inspired by Python and CoffeeScript.
-
An overview of C++14 language features
Summarises language features proposed for C++14 with illustrative code examples.
-
C++11/14 compiler and library shootout
Compares C++11 and C++14 language and library support across major compilers.
-
44 C++11 bugs fixed in Visual Studio 2013
Lists forty-four C++11 bugs fixed in Visual Studio 2013 and explains their impact.
-
10 new C++11 features in Visual Studio 2013
Introduces ten C++11 features newly supported by the Visual Studio 2013 compiler.
-
C++11 concurrency cheatsheet
Offers a concise downloadable cheatsheet for the C++11 concurrency library.
-
C++11 compiler support shootout: Visual Studio, GCC, Clang, Intel
Compares C++11 support in pre-release Visual Studio, GCC, Clang, and Intel compilers.
-
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.
-
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.
-
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.
-
Why does C++ provoke so much emotion?
Examines why C++ discussions can provoke unusually strong positive and negative reactions.
-
Alternative tokens in C++
Explores C++ alternative operator tokens and digraphs with standard-conforming examples.
-
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.
-
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.
-
C++11 regex cheatsheet
Provides a one-page quick-reference cheatsheet for the C++11 regular expression library.
-
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.
-
C++, Ruby, CoffeeScript: a visual comparison of language complexity
Compares the conceptual complexity of C++, Ruby, and CoffeeScript through visual language maps.
-
9 reasons to start using C++11
Explains nine practical C++11 benefits for performance, code clarity, productivity, and earlier error detection.