Is c# better than c++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is c# better than c++?

C, c++, c#, objective C

15th Oct 2021, 4:08 AM
Angel Rodríguez
Angel Rodríguez - avatar
7 Answers
+ 3
The order of better languages according to number of characters objective c C++ c# c Oh no c++ is better than C# Just for Fun. 😁😁😁
15th Oct 2021, 6:20 AM
A͢J
A͢J - avatar
+ 2
Angel ROFL 😂
15th Oct 2021, 4:28 AM
Ipang
+ 2
* C will allow you to write low-level code; is the assembler turned language. * C++ is C with higher level features, such as OOP. It is the industry standard. * C# it is higher level, similar to Java but faster, partially compiled, partially interpreted at run-time. Enforces good practices and industry standards, and has complete and evolving official library called .NET framework. There's no better language in general. The question is what's the better for your project.
15th Oct 2021, 3:20 PM
Kiwwi#
Kiwwi# - avatar
+ 2
Though C is considered a low-level language, it’s still higher-level than Assembly, and Unix development became much easier.  PhD student Bjarne Stroustrup developed the intermediate programming language C++ a decade later. His goal was to take C and add features of object-oriented programming to make it more powerful without sacrificing the efficiency of C.  Microsoft team built C# in the early 2000’s. It’s a high-level language, which means it handles things like variable checking and garbage collection, which low-level languages don’t do. In many ways, C# is more complicated than C or C++, but since its syntax makes it easier to avoid mistakes, it can be easier to learn.  Objective-C is another object-oriented descendant of C with syntax differences that make it better suited to tasks like GUI design than C++.
17th Oct 2021, 2:24 AM
Arun Jamson
Arun Jamson - avatar
+ 1
Better? in which way can you compare languages though? Can we say a hello world program built with the "best language" to be better than a functional application built with "2nd best language"?
15th Oct 2021, 4:20 AM
Ipang
+ 1
I am not comparing anything 😂 I just want the World burns 🤣
15th Oct 2021, 4:23 AM
Angel Rodríguez
Angel Rodríguez - avatar
0
😀😁😂
15th Oct 2021, 1:39 PM
Aliza Sarycheva
Aliza Sarycheva - avatar