I have been working as a native C++ programmer for last few years. Now we are starting a new project from the scratch. So what is your thoughts on shifting to C++\CLI at the cost of losing platform independent code. Are there are any special advantages that one can gain by shifting to C++\CLI?
Share
I would recommend the following, based on my experience with C++, C# and .NET:
I see no sense in just going to C++/CLI if you don’t need it.