Reply to thread

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++.


Back
Top Bottom