C# VS C++
What are the differences between the two - and which would you say was best to learn to create basic apps?
What are the differences between the two - and which would you say was best to learn to create basic apps?
For application development, C# with the .NET Framework would be the de facto choice on Microsoft Platform.
Article below does some comparison:
Sharp New Language: C# Offers the Power of C++ and Simplicity of Visual Basic
Regards,
Vikram
I personally would suggest C#, I've had three years experience of it and it is definitely the nicest and most rewarding language I've worked with. No header files, better intellisense in the IDE, no confusing keywords (no underscores or double underscores), and the entire .NET Framework was written in it.
I was just looking through the forums and I've been reading some very useful information. I have been studying C# for a while now and I am finding it very powerful. I wanted to start looking into C++, but I've heard from other developers that Visual C++.NET 2003 edition is not very good. What's not very good about it? It would be quite useful to know.
Thanks and have a good day everyone
,
- Jools
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
< href="mailto:erossetto@discussions.microsoft.com">erossetto@discussions..microsoft.com>wrote in message href="news:03583ce3-c8a0-4ba9-9606-d23ecdda6856_WBRev2_@discussions.microsoft.com">news:03583ce3-c8a0-4ba9-9606-d23ecdda6856_WBRev2_@discussions..microsoft.com...
This post has been edited either by the author or a moderator in theMicrosoft Forums: http://forums.microsoft.com If you're targeting the ..NET
framework I'd go for C#.
C++ is simply NOT designed for it.
No not C++, but C++/CLI in VS2005 is designedfor .NET and is currently the most powerfull language for ..NET.
Willy.