Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Should I learn c# If (for example) Im an expert c++ programmer?
one of my goal is to be able to do anything with programming with the atleast 3 programming language. javascript: client side scripting
php: server side scripting
c++: game programming, gui development (people said almost all)
c#: better for windows development than everything!! (I DONT KNOW, IS IT REAL?), jobs jobs jobs (yeah i already know that).
but are there any more reasons to study c# .someone will say "why wont try it?" but i am a physics student so i must learn more things in computer without wasting time and also not saying "omg! ive wasted learning this. i didnt know that i could do all of this things with the language i mastered before". thanks :D
3 Answers
- icefyreLv 58 years agoFavorite Answer
C# is used quite a bit for windows client-side programming. It is definitely easier to build a GUI app with C# than with C++ as well as doing many other things. C# has less in common with C++ and more in common with Java. It is definitely the best language for Windows development today, but if you learn Java you get to create cross-platform programs both are valid choices and both are very highly sought after in the enterprise (Java more than C# at this point).
Hope this helps!
- Anonymous8 years ago
You can learn C# as you already said that your C++ is already cleared.. both are the same language but c# has some more advanced functions compared to c++.
If you want to learn this language you can easily learn online just check out the below site for more information -
Source(s): http://www.mypalonline.com/ - 8 years ago
C# is used in .Net Framework, Used in Microsoft device like Windows PCs, Windows Phones, to develop gui for windows you need to learn XAML, It it like HTML. As javascript is to HTML as C# is to XAML.
You should better try to learn Java, it is same language as C#, but is cross platform, used pretty everywhere, Used in android app development, Java applet. If you know C++ it wont take time in learning java.