Is there a LINQ library for C++? [closed]

Linq++ by Hong Jiang looks like a good start. Its syntax is much closer to Linq than CLinq’s. Linq by pfultz2 looks interesting, as well, but it needs a C++11 compiler.

Leave a Comment