Category: C++


  • A brief history of C

    Here is a chapter from Paul Bilokon’s forthcoming book on the C programming language. The history of the programming language C is inextricably linked to the history of UNIX, an […]

  • Interested in C++ and wondering which C++ programmer-influencers to pay particular attention to? Here is a list curated by the QDC faculty: C++ Language Creators & Standard Leaders Community Influencers […]

  • Modern C++

    For over a decade the term “modern C++” has been widely used by the C++ community to mean C++11 (the 2011 language standard) or later. Since that revision of the […]

  • CMake

    ,

    CMake is nowadays the de-facto standard for building C++ code, with over 2 million downloads a month. It’s a powerful, comprehensive solution for managing the software build process. We are […]

  • Java? Guava

    Want to improve your Java code? Use Guava. Guava is a set of core Java libraries from Google that includes new collection types (such as multimap and multiset), (importantly and […]

  • The Boost C++ Library Suite

    If one were to name the single most important C++ library or library suite, it would undoubtedly be the Boost library suite. Boost provides free peer-reviewed portable C++ source libraries […]