Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
True, unmanaged C++ code doesn't compile into MSIL/CIL byte code.Anyway, back to the point of discussion. My personal view is that C# will dominate as a first choice application programming language in years to come and soon C++ will relinquish its throne. C++ will still have its niche in embedded systems / hardware drivers / game & operating systems programming, but its complexity brings out too many non-implementation related problems for application programmers. Certainly good design diminishes/eliminates these concerns. But still, you don't play soccer with a rugby ball (although you can). IMHO it's easier, faster and safer to write your code in C# as opposed to C++.
True, unmanaged C++ code doesn't compile into MSIL/CIL byte code.
Anyway, back to the point of discussion. My personal view is that C# will dominate as a first choice application programming language in years to come and soon C++ will relinquish its throne. C++ will still have its niche in embedded systems / hardware drivers / game & operating systems programming, but its complexity brings out too many non-implementation related problems for application programmers. Certainly good design diminishes/eliminates these concerns. But still, you don't play soccer with a rugby ball (although you can). IMHO it's easier, faster and safer to write your code in C# as opposed to C++.