vote up -4 vote down star

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.

flag

Don't closes normally need 4 votes? Does Jeff get 2 votes? (Just curious, not saying it's a bad thing) – Paul Tomblin Jan 22 '09 at 15:03
Jeff actually get 4 votes. :) At least I know that he has closed a question where only he and I voted so I assume that he can close them by himself if he wanted. I'm fine with it. We can only guess at our share vision of the site. He knows what he wants it to be. – EBGreen Jan 22 '09 at 15:09
I think Jeff gets one and his moderator star gets one too. :) – Bill the Lizard Jan 22 '09 at 15:10
As long as Joel doesn't get two votes, I'm fine with it. :-) – Paul Tomblin Jan 22 '09 at 15:26
Don't I get a chance to rephrase my question? Its a valid question, the wording is just offensive to certain people, that was not my intention. – Agile Noob Jan 22 '09 at 15:31
show 3 more comments

closed as subjective and argumentative by Paul Tomblin, George Stocker, Jeff Atwood Jan 22 '09 at 14:51

2 Answers

vote up 2 vote down

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.

link|flag
vote up 3 vote down

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.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.