HI, I was wondering which language is best for Windows Development.
Ive so far only used C++ but when searching across the internet, C# seens to be used more and more often when it comes to Windows development. I know C++ is the best to use for Games.
So, could anyone let me know what they think is the best language for Windows Development?
Oh, and where is the difference between these two? They appear pretty similiar.
Notice that C# provides faster development for Windows programs than C++. If you're programming typical desktop applications for Windows only and you don't need to manage memory allocation directly (C# is garbage collected) or direct access to the Windows API, it's probably a good idea to use C#.