+ 3

what is the differences between c# and c++??

11th Dec 2017, 4:12 AM
arun
3 odpowiedzi
+ 20
The current version is C++11. One of the major differences that programmers cite between C# and C++ is that C++ interfaces better with other computer languages. ... A new student of programming will learn that both C# and C++ are worthwhile languages to add to their coding repertoire. https://www.thesoftwareguild.com/faq/difference-between-c-plus-plus-and-c-sharp/
11th Dec 2017, 4:17 AM
Abhivarshini Maddala
Abhivarshini Maddala - avatar
+ 5
C# is a post-Java language that is very much like Java. And just as Java, Groovy, jython, etc. compile to Java Byte Code, C#, VB.NET, powershell etc. compile to a Common Intermediate Language (CIL). Compared to C# and Java, C++ is faster, closer to the machine, and does not hold your hand. C# and Java, however, have rich standard libraries.
11th Dec 2017, 5:20 AM
Eric Blinkidu
Eric Blinkidu - avatar
+ 1
Abhi Varshini tnx. keep clearing my doubts☺
11th Dec 2017, 4:44 AM
arun