CINQ
CINQ copied to clipboard
an implementation of Microsoft's Language integrated query for C++
This is pretty important.
works with ubuntu 16.10 stock gcc
[std::thread](http://en.cppreference.com/w/cpp/thread/thread)'s hardware_concurrency is an easy way to know the number of cores on your computer. Neat!
Please check off methods as they are implemented (including any overrides described in [Microsoft's LINQ documentation](https://msdn.microsoft.com/en-us/library/vstudio/system.linq.enumerable%28v=vs.100%29.aspx)) - [ ] selectmany - [ ] groupjoin - [ ] join - [...