vote up 9 vote down star
2

I'm not asking if C++ is better than C# or vice versa. But if given the option of moving into a new job that exclusively used C++ or one that exclusively used C# (or .NET in general), which would you choose? And I'm looking at this entirely from the view of being a Windows programmer either way.

I ask because I currently use both languages almost evenly and I somewhat feel like if I gave up using C# for C++ only that I would be dooming myself to be stuck with older technology. For example, you're never going to see someone create the latest and greatest web app (or whatever) in STL C++. (I know there is C++.NET, but I'm not counting that.)

Edit: Just to clarify, I'm not talking about which one to learn. I'm already very fluent in both languages.

flag
show 1 more comment

33 Answers

prev 1 2
vote up 0 vote down

My personal preference in that situation (I'm in a roughly similar situation with C#, Java, and C++) would probably be to pursue the C# avenue. I'm not sure why, other than it feels like there are more options available in that direction. (You mentioned web apps, for one.)

link|flag
vote up 9 vote down

C# is pretty tightly bound to MS so I would go with C++. Once you've learned it you can apply it to many domains and not just MS specific ones.

Naturally if you are going to only focus on microsoft technologies then C# is your choice. It's what MS has chosen so it would most likely be best to follow suit.

link|flag
show 6 more comments
vote up 11 vote down

In terms of future development, I would imagine C# (and .NET in general) as being much more competitive than C++.

link|flag
show 2 more comments
prev 1 2

Your Answer

Get an OpenID
or

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