I’ve always had a thing for C++/CLI. Maybe because not many developers use it… or just because it’s different.
Suppose Microsoft fully supported C++/CLI as they do VB.NET and C# (ie. LINQ, WPF, etc.). Would you use it?
If not, why?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I do use it. Even with the relative lack of tool support, it still beats raw P/Invoke for dealing with Win32.
As for LINQ, i don’t really care to see too much more hacked into the C++ language. LINQ is usable enough as-is – if they’re gonna enhance the compiler, they should work on C++ 0x support…