hjiang / linqxxLinks
LINQ-like syntactic sugar for C++
☆54Updated 16 years ago
Alternatives and similar repositories for linqxx
Users that are interested in linqxx are comparing it to the libraries listed below
Sorting:
- LINQ for C++ (cpplinq) is an extensible C++11 library of higher-order functions for range manipulation. cpplinq draws inspiration from LI…☆187Updated 4 years ago
- async/await in vanilla C++11☆80Updated 8 years ago
- The RStein.AsyncCpp library is a set of types that should be familiar for anyone who knows the Task Parallel Library (TPL) for .NET (C#).☆32Updated 3 years ago
- an implementation of Microsoft's Language integrated query for C++☆33Updated 8 years ago
- A c++17 recursive-descent generic parsing library that supports left recursion, tokenization, AST tree creation, multiple error handling …☆98Updated 3 months ago
- A fork of the popular range-v3 C++ library with support for the Visual Studio 2015 Update 3 VC++ compiler.☆112Updated 2 years ago
- A platform-independent promise library for C++, implementing asynchronous continuations.☆194Updated 7 years ago
- exploring coroutine C++ proposal☆45Updated 8 years ago
- Boost Application Library☆112Updated 4 years ago
- Literal Logging for C++☆86Updated 7 years ago
- Header-only library providing unicode aware string support for C++☆109Updated 4 months ago
- C++ String Toolkit Library https://www.partow.net/programming/strtk/index.html☆136Updated 4 years ago
- Modern C++ generic header-only template library.☆102Updated 3 weeks ago
- C++ Debugger Visualizers☆178Updated 2 years ago
- Allows you to write binary components in C++11 that can be used across different compilers and standard libraries☆212Updated 8 years ago
- C++ generic make factory☆108Updated 6 years ago
- muparsersse a math parser for windows using just in time compilations of the expression☆18Updated 10 years ago
- Variadic templates and std::integer_sequence support library☆111Updated 5 months ago
- A native code profiler for Windows☆32Updated 9 years ago
- Adapters for interfacing libuv with C++ resumable functions☆118Updated 11 months ago
- This project has moved to github.com/nanodbc/nanodbc.☆106Updated 6 years ago
- C++11 metaprogramming library☆111Updated 9 years ago
- Tiny library for C++ enum introspection and more!☆33Updated 9 years ago
- Open multi-methods for C++11☆117Updated 7 years ago
- C++ multi-purpose reflection library☆87Updated 4 years ago
- Urdl C++ Library - Urdl is a cross-platform C++ library for downloading web content using a URL. It provides an easy-to-use extension to …☆117Updated 7 years ago
- A constexpr string, container and algorithm library for C++14/1Z.