The differences between the above 2 languages are as follows:
C++: You have to program your own memory/resource management modules.
C#: All of the resource management is controlled and handled by the localy install CLR (Common Language Runtime).
I personally don't know of any decent websites with easy to follow getting started tutorials as such. However, you could have a look at the following book:
Ivor Horton's - Beginning Visual C++ 2005.
Hope this answer's your questions and points you in the correct directions.
andyr2005, you're breaking about 3 different rules with that sig, have a look at the FAQ
As for C++/C#, if you know VB.NET already (even at a basic level), you'll find C# very easy to pick up, as they are both built on the same runtime and libraries. The only differences are syntactic really, so it may not even be worth it.
C# is certainly the way to go if you want to make Windows applications easily, as it can be a real pain in C++.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.