Having been tainted by Linq, I\'m reluctant to give it up. However, for some things I just need to use C++.
The real strength of linq as a linq-consumer (i.e. to me) li
I am working on (C# LINQ)-like C++ header-only library.
Here it is: http://code.google.com/p/boolinq/
I'd like to get any feedback...
UPDATE:
Here is new link to boolinq 2.0: https://github.com/k06a/boolinq
All source code is based in single header file - https://github.com/k06a/boolinq/blob/master/boolinq/boolinq.h
It is super short: less than 800 lines for about 60 different operations!