2 Great Technologies that Taste Great Together

If you like C++ and CLI, you’re going to love ECMA TG5 of TC39. Task Group 5 of Technical Committee 39 is going to tackle C++ bindings for CLI. Since it’s starting from a draft to be submitted by Microsoft, I assume they will be using all the existing keywords like __gc, __value and __property. I wonder if they’ll strip out the double underscore prefix?

BTW, if you think the C++ / CLI combination is a waste of time, I say don’t knock it ’till you try it. If you’re wrapping an existing codebase with a C or C++ API, it’s much easier to expose a managed interface with MC++ than C#. Don’t believe me? Go take a complicated C structure like WSAQUERYSET and implement it via C#.