MariusBancila
NuGet publisher profile
Packages (3)
cpplinq
cpplinq is an open-source native template library that provides a set of LINQ-like operators for querying collections (arrays and STL containers) in C++11. The library contains a single header file and the API consists on a set of template classes and functions and is compatible with all major compilers (VC++, mingw, g++, clang++).
cppconlib
cppconlib provides a small C++11 template library for manipulating the settings of a Windows console (colors, text position, input mode, etc.). The library contains a single header file (conmanip.h) and the API consists on a set of template classes and functions (in namespace conmanip). The library works with Visual Studio 2012 or newer.
mfccollectionutilities
MFC Collection Utilities is a small library that enables MFC developers to use MFC containers (arrays, lists, maps) with range-based for loops. The library consists of a single header that you include in your MFC projects. The library requires Visual Studio 2012 minimum and enables the use of all MFC collections in range-based for loops.