C++ Library

How to Fix VCRUNTIME140_1.dll Library Errors?

How to Fix VCRUNTIME140_1.dll Library Errors?

The VCRUNTIME140_1.dll is a Visual C++ Redistributable runtime library file for Visual Studio 2015 and is available to download from the Microsoft Download Center. There…

gRPC A high-performance, open source universal RPC framework

gRPC is a open source high performance RPC (remote procedure call) framework that can run in any environment. It can connect services in and across…

Microsoft C++ REST SDK

Microsoft C++ REST SDK version 1.0 codename Casablanca is open source project hosted at GitHub, and takes advantage of the new set of capabilities introduced…

The C++ Standard Library: A Tutorial and Reference

The C++ Standard Library provides lots of built-in functionality in the form of the Standard Template Library (STL). The STL was created as the first…

Common Text Transformation Library

Common Text Transformation Library, CTTL for short, is a set of C++ classes and functions to understand and modify text data. The library implementation is…

AMD’s Open Source Framewave Library

AMD’s Framewave (FW) is a free and open-source collection of image and signal processing routines to accelerate application development, debugging, and optimization on x86-class processor…

Matrix libraries for C and C++

This article presents some of the currently available options for open source C/C++ matrix libraries employable within a Linux environment. Particular libraries discussed are Meschach,…

STL: The C++ Standard Template Library

The STL (Standard Template Library) was originally a third-party library from HP and later SGI, before its incorporation into the C++ standard. The standard does…