There are a few linq libraries for C++, perhaps one of them (or all of them) can be integrated; esp the ones available with NuGet.
Most interesting/difficult parts of C++ integration, I imagine, will be:
- equiv of necessary #include (perhaps can be taken care of like the Query Properties)
- the universal object pretty printed results; the results viewer is one of the most useful part of LinqPad.
There are a few linq libraries for C++, perhaps one of them (or all of them) can be integrated; esp the ones available with NuGet.
Most interesting/difficult parts of C++ integration, I imagine, will be:
- equiv of necessary #include (perhaps can be taken care of like the Query Properties)
- the universal object pretty printed results; the results viewer is one of the most useful part of LinqPad.