hi
i'm beginner in programming and i want to know benefits of each programming language between c++ and c#.
1.which one is better for beginners and which one is more comfortable in coding?
2.which one has more performance?
3.is it true that c# will be cancel in future?
4.nowadays,which method of programming is more applied? (object oriented,process oriented or...)
5.is it true that c++ is more popular?
6.each one is used for what goal?
please help me.i'm very confused!!!
Loading

VulpesPosted Feb 20, 2014, 6:47 AM
1. Definitely C# and C#.
2. C++
3. There are no indications that MS will cease to develop C# in the foreseeable future. In fact they are already talking about plans for C# 6.0 and C# for Systems Programming.
4. In business programming, I would say that object orientation is still the dominant paradigm.
5. According to the latest Tiobe Index rankings, C++ is still more popular than C# but not by much.
6. Both are general purpose programming languages but C++ (currently at least) is more suited to systems and games programming than C#.
AbolfazlPosted Feb 20, 2014, 1:44 PM