<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <link type="text/html" rel="alternate" href="https://korban.net/c++"/>
  <link type="application/atom+xml" rel="self" href="https://korban.net/c++-atom.xml"/>
  <author>
    <name>Alex Korban</name>
  </author>
  <subtitle>korban.net/c++ posts</subtitle>
  <id>https://korban.net/c++-atom.xml</id>
  <title>korban.net/c++</title>
  <updated>2026-09-12T20:17:14.430258Z</updated>
  <entry>
    <author>
      <name>Alex Korban</name>
    </author>
    <link type="text/html" rel="alternate" href="https://korban.net/c++/posts/2014-09-11-jetbrains-clion-c-ide-first-impressions.html"/>
    <summary>Shares first impressions of JetBrains CLion as an early cross-platform C++ IDE.</summary>
    <published>2014-09-11T00:00:00Z</published>
    <id>https://korban.net/c++/posts/2014-09-11-jetbrains-clion-c-ide-first-impressions.html</id>
    <title>JetBrains CLion C++ IDE First Impressions</title>
    <updated>2014-09-11T00:00:00Z</updated>
  </entry>
  <entry>
    <author>
      <name>Alex Korban</name>
    </author>
    <link type="text/html" rel="alternate" href="https://korban.net/c++/posts/2014-07-29-clang-edition-of-the-c1114-rocks-book.html"/>
    <summary>Announces a Clang-focused edition of the C++11/14 Rocks book and its coverage.</summary>
    <published>2014-07-29T00:00:00Z</published>
    <id>https://korban.net/c++/posts/2014-07-29-clang-edition-of-the-c1114-rocks-book.html</id>
    <title>Clang edition of the C++11/14 Rocks book</title>
    <updated>2014-07-29T00:00:00Z</updated>
  </entry>
  <entry>
    <author>
      <name>Alex Korban</name>
    </author>
    <link type="text/html" rel="alternate" href="https://korban.net/c++/posts/2014-07-21-spotlight-on-libraries-relying-on-c14.html"/>
    <summary>Surveys early C++14 libraries and demonstrates how they use the new language features.</summary>
    <published>2014-07-21T00:00:00Z</published>
    <id>https://korban.net/c++/posts/2014-07-21-spotlight-on-libraries-relying-on-c14.html</id>
    <title>Spotlight on libraries relying on C++14</title>
    <updated>2014-07-21T00:00:00Z</updated>
  </entry>
  <entry>
    <author>
      <name>Alex Korban</name>
    </author>
    <link type="text/html" rel="alternate" href="https://korban.net/c++/posts/2014-05-09-what-if-c-looked-more-like-python-or-coffeescript.html"/>
    <summary>Imagines a lower-noise C++ syntax inspired by Python and CoffeeScript.</summary>
    <published>2014-05-09T00:00:00Z</published>
    <id>https://korban.net/c++/posts/2014-05-09-what-if-c-looked-more-like-python-or-coffeescript.html</id>
    <title>What if C++ looked more like Python or CoffeeScript?</title>
    <updated>2014-05-09T00:00:00Z</updated>
  </entry>
  <entry>
    <author>
      <name>Alex Korban</name>
    </author>
    <link type="text/html" rel="alternate" href="https://korban.net/c++/posts/2014-04-21-an-overview-of-c14-language-features.html"/>
    <summary>Summarises language features proposed for C++14 with illustrative code examples.</summary>
    <published>2014-04-21T00:00:00Z</published>
    <id>https://korban.net/c++/posts/2014-04-21-an-overview-of-c14-language-features.html</id>
    <title>An overview of C++14 language features</title>
    <updated>2014-04-21T00:00:00Z</updated>
  </entry>
  <entry>
    <author>
      <name>Alex Korban</name>
    </author>
    <link type="text/html" rel="alternate" href="https://korban.net/c++/posts/2014-03-04-c1114-compiler-and-library-shootout.html"/>
    <summary>Compares C++11 and C++14 language and library support across major compilers.</summary>
    <published>2014-03-04T00:00:00Z</published>
    <id>https://korban.net/c++/posts/2014-03-04-c1114-compiler-and-library-shootout.html</id>
    <title>C++11/14 compiler and library shootout</title>
    <updated>2014-03-04T00:00:00Z</updated>
  </entry>
  <entry>
    <author>
      <name>Alex Korban</name>
    </author>
    <link type="text/html" rel="alternate" href="https://korban.net/c++/posts/2014-02-24-44-c11-bugs-fixed-in-visual-studio-2013.html"/>
    <summary>Lists forty-four C++11 bugs fixed in Visual Studio 2013 and explains their impact.</summary>
    <published>2014-02-24T00:00:00Z</published>
    <id>https://korban.net/c++/posts/2014-02-24-44-c11-bugs-fixed-in-visual-studio-2013.html</id>
    <title>44 C++11 bugs fixed in Visual Studio 2013</title>
    <updated>2014-02-24T00:00:00Z</updated>
  </entry>
  <entry>
    <author>
      <name>Alex Korban</name>
    </author>
    <link type="text/html" rel="alternate" href="https://korban.net/c++/posts/2014-02-03-10-new-c11-features-in-visual-studio-2013.html"/>
    <summary>Introduces ten C++11 features newly supported by the Visual Studio 2013 compiler.</summary>
    <published>2014-02-03T00:00:00Z</published>
    <id>https://korban.net/c++/posts/2014-02-03-10-new-c11-features-in-visual-studio-2013.html</id>
    <title>10 new C++11 features in Visual Studio 2013</title>
    <updated>2014-02-03T00:00:00Z</updated>
  </entry>
  <entry>
    <author>
      <name>Alex Korban</name>
    </author>
    <link type="text/html" rel="alternate" href="https://korban.net/c++/posts/2013-08-06-c-concurrency-cheatsheet.html"/>
    <summary>Offers a concise downloadable cheatsheet for the C++11 concurrency library.</summary>
    <published>2013-08-06T00:00:00Z</published>
    <id>https://korban.net/c++/posts/2013-08-06-c-concurrency-cheatsheet.html</id>
    <title>C++11 concurrency cheatsheet</title>
    <updated>2013-08-06T00:00:00Z</updated>
  </entry>
  <entry>
    <author>
      <name>Alex Korban</name>
    </author>
    <link type="text/html" rel="alternate" href="https://korban.net/c++/posts/2013-03-14-c11-compiler-support-shootout-visual-studio-gcc-clang-intel.html"/>
    <summary>Compares C++11 support in pre-release Visual Studio, GCC, Clang, and Intel compilers.</summary>
    <published>2013-03-14T00:00:00Z</published>
    <id>https://korban.net/c++/posts/2013-03-14-c11-compiler-support-shootout-visual-studio-gcc-clang-intel.html</id>
    <title>C++11 compiler support shootout: Visual Studio, GCC, Clang, Intel</title>
    <updated>2013-03-14T00:00:00Z</updated>
  </entry>
  <entry>
    <author>
      <name>Alex Korban</name>
    </author>
    <link type="text/html" rel="alternate" href="https://korban.net/c++/posts/2012-12-12-introduction-to-tr2-filesystem-library-in-vs2012.html"/>
    <summary>Introduces the TR2 filesystem library in Visual Studio 2012 for portable file and directory operations.</summary>
    <published>2012-12-12T00:00:00Z</published>
    <id>https://korban.net/c++/posts/2012-12-12-introduction-to-tr2-filesystem-library-in-vs2012.html</id>
    <title>An introduction to the TR2 filesystem library in Visual Studio 2012</title>
    <updated>2012-12-12T00:00:00Z</updated>
  </entry>
  <entry>
    <author>
      <name>Alex Korban</name>
    </author>
    <link type="text/html" rel="alternate" href="https://korban.net/c++/posts/2012-11-28-23-c11-bugs-you-no-longer-need-to-worry-about-in-vs2012.html"/>
    <summary>Catalogues twenty-three C++11 bugs fixed in Visual Studio 2012 and the workarounds they remove.</summary>
    <published>2012-11-28T00:00:00Z</published>
    <id>https://korban.net/c++/posts/2012-11-28-23-c11-bugs-you-no-longer-need-to-worry-about-in-vs2012.html</id>
    <title>23 C++11 bugs you no longer need to worry about in VS2012</title>
    <updated>2012-11-28T00:00:00Z</updated>
  </entry>
  <entry>
    <author>
      <name>Alex Korban</name>
    </author>
    <link type="text/html" rel="alternate" href="https://korban.net/c++/posts/2012-11-21-16-c11-additions-in-vs2012-for-cleaner-faster-code.html"/>
    <summary>Reviews sixteen C++11 features added in Visual Studio 2012 that improve code clarity and performance.</summary>
    <published>2012-11-21T00:00:00Z</published>
    <id>https://korban.net/c++/posts/2012-11-21-16-c11-additions-in-vs2012-for-cleaner-faster-code.html</id>
    <title>16 C++11 additions in VS2012 for cleaner &amp; faster code</title>
    <updated>2012-11-21T00:00:00Z</updated>
  </entry>
  <entry>
    <author>
      <name>Alex Korban</name>
    </author>
    <link type="text/html" rel="alternate" href="https://korban.net/c++/posts/2012-10-11-why-does-c-provoke-so-much-emotion.html"/>
    <summary>Examines why C++ discussions can provoke unusually strong positive and negative reactions.</summary>
    <published>2012-10-11T00:00:00Z</published>
    <id>https://korban.net/c++/posts/2012-10-11-why-does-c-provoke-so-much-emotion.html</id>
    <title>Why does C++ provoke so much emotion?</title>
    <updated>2012-10-11T00:00:00Z</updated>
  </entry>
  <entry>
    <author>
      <name>Alex Korban</name>
    </author>
    <link type="text/html" rel="alternate" href="https://korban.net/c++/posts/2012-08-23-if-arr-not_eq-0-and-not-false-alternative-tokens-in-c.html"/>
    <summary>Explores C++ alternative operator tokens and digraphs with standard-conforming examples.</summary>
    <published>2012-08-23T00:00:00Z</published>
    <id>https://korban.net/c++/posts/2012-08-23-if-arr-not_eq-0-and-not-false-alternative-tokens-in-c.html</id>
    <title>Alternative tokens in C++</title>
    <updated>2012-08-23T00:00:00Z</updated>
  </entry>
  <entry>
    <author>
      <name>Alex Korban</name>
    </author>
    <link type="text/html" rel="alternate" href="https://korban.net/c++/posts/2012-08-12-a-comparison-of-c11-language-support-in-vs2012-g-4-7-and-clang-3-1.html"/>
    <summary>Compares C++11 language feature support in Visual Studio 2012, GCC 4.7, and Clang 3.1.</summary>
    <published>2012-08-12T00:00:00Z</published>
    <id>https://korban.net/c++/posts/2012-08-12-a-comparison-of-c11-language-support-in-vs2012-g-4-7-and-clang-3-1.html</id>
    <title>A comparison of C++11 language support in VS2012, g++ 4.7 and Clang 3.1</title>
    <updated>2012-08-12T00:00:00Z</updated>
  </entry>
  <entry>
    <author>
      <name>Alex Korban</name>
    </author>
    <link type="text/html" rel="alternate" href="https://korban.net/c++/posts/2012-07-30-using-cmake-to-build-a-cross-platform-project-with-a-boost-dependency.html"/>
    <summary>Explains how to use CMake and Boost.Test to set up a cross-platform C++ project.</summary>
    <published>2012-07-30T00:00:00Z</published>
    <id>https://korban.net/c++/posts/2012-07-30-using-cmake-to-build-a-cross-platform-project-with-a-boost-dependency.html</id>
    <title>Using CMake to build a cross-platform project with a Boost dependency</title>
    <updated>2012-07-30T00:00:00Z</updated>
  </entry>
  <entry>
    <author>
      <name>Alex Korban</name>
    </author>
    <link type="text/html" rel="alternate" href="https://korban.net/c++/posts/2012-07-17-regex-cheatsheet.html"/>
    <summary>Provides a one-page quick-reference cheatsheet for the C++11 regular expression library.</summary>
    <published>2012-07-17T00:00:00Z</published>
    <id>https://korban.net/c++/posts/2012-07-17-regex-cheatsheet.html</id>
    <title>C++11 regex cheatsheet</title>
    <updated>2012-07-17T00:00:00Z</updated>
  </entry>
  <entry>
    <author>
      <name>Alex Korban</name>
    </author>
    <link type="text/html" rel="alternate" href="https://korban.net/c++/posts/2012-07-15-c11-a-visual-summary-of-changes.html"/>
    <summary>Uses a visual map to show the extensive additions and changes introduced by C++11.</summary>
    <published>2012-07-15T00:00:00Z</published>
    <id>https://korban.net/c++/posts/2012-07-15-c11-a-visual-summary-of-changes.html</id>
    <title>C++11: a visual summary of the additions and changes since C++03</title>
    <updated>2012-07-15T00:00:00Z</updated>
  </entry>
  <entry>
    <author>
      <name>Alex Korban</name>
    </author>
    <link type="text/html" rel="alternate" href="https://korban.net/c++/posts/2012-06-07-cpp-ruby-coffeescript-language-complexity.html"/>
    <summary>Compares the conceptual complexity of C++, Ruby, and CoffeeScript through visual language maps.</summary>
    <published>2012-06-07T00:00:00Z</published>
    <id>https://korban.net/c++/posts/2012-06-07-cpp-ruby-coffeescript-language-complexity.html</id>
    <title>C++, Ruby, CoffeeScript: a visual comparison of language complexity</title>
    <updated>2012-06-07T00:00:00Z</updated>
  </entry>
  <entry>
    <author>
      <name>Alex Korban</name>
    </author>
    <link type="text/html" rel="alternate" href="https://korban.net/c++/posts/2012-05-07-9-reasons-to-start-using-c11.html"/>
    <summary>Explains nine practical C++11 benefits for performance, code clarity, productivity, and earlier error detection.</summary>
    <published>2012-05-07T00:00:00Z</published>
    <id>https://korban.net/c++/posts/2012-05-07-9-reasons-to-start-using-c11.html</id>
    <title>9 reasons to start using C++11</title>
    <updated>2012-05-07T00:00:00Z</updated>
  </entry>
</feed>