|
First of all, performance is slower than with native code. A well-written C# program will be faster than a badly-written native program, though. Off the top of my head, the biggest difference I can remember is the garbage collection features. For every time you call "new" in C++ you must call "delete" on that pointer. In C# the runtime does it for you.
__________________
Few people deserve to be compared to (Rush) Limbaugh, most of them were convicted at the Nuremburg trials.
--WilliamSChips on Slashdot
|