CINQ icon indicating copy to clipboard operation
CINQ copied to clipboard

an implementation of Microsoft's Language integrated query for C++

Results 4 CINQ issues
Sort by recently updated
recently updated
newest added

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 - [...