Applications and utilities still seem to largely still be written in C++ why is this? With all the new features in .net when would you not use C#? One example is my favorite app VirtualBox.
|
|
|||||||||||
|
closed as subjective and argumentative by Paul Tomblin, George Stocker, Jeff Atwood♦ Jan 22 '09 at 14:51 |
|
|
Portability. Speed. To elaborate, the .NET platform requires the .NET framework to be installed to be able to use anything created with it. I program games in my free time, and I don't want people to have to install a 100MB framework just to play a 10MB game. Yes, a majority of people have it installed, but I personally am still using XP, and dislike when a program forces me to install .NET. Speed is a completely subjective matter, but I still don't believe .NET is as fast as compiled machine code, even if it is getting better with every new update. |
||
|
|
|
|
Quite simply, .NET can't do what C++ can do. If it were 'better' to create games in .NET, I can bet you dollars to donuts that companies would do that. But C++ gives them what they need. .NET is also terrible for low level hardware programming -- something that C and C++ are exceptional at. |
||
|
|
