+ 3
what is the differences between c# and c++??
3 ответов
+ 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/
+ 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.
+ 1
Abhi Varshini tnx. keep clearing my doubts☺