+ 10

What is the difference between C# and c++ ,, and which one is better ?!

29th Dec 2016, 9:45 AM
Hassan Amr
Hassan Amr - avatar
5 ответов
+ 2
c# is a new language based on .net framework it's keywords are similar to c++ but it is like Java. c++ is another language it is more like low level language so more effective to machine it is simple for learning first
29th Dec 2016, 11:24 AM
Sandeep Chatterjee
+ 2
Obviously C++ if you prefer Native to IL compiled
29th Dec 2016, 1:02 PM
Suvaditya
Suvaditya - avatar
+ 2
in c# are some defined things like Lists, Arrays, and other that are already implemented in the compiler. you only need to call them with an object, while in c++ you need to make it on your own. the best example is .Lenght in c# while in c++ you need to create your own method to count a string or arrays of numbers, etc or .ToString() function that converts a variable into a string (you cannot convert boolean) . in c++ you need to make it on your own thats why is more flexible c++ (sorry for my English)
26th Jan 2017, 10:20 AM
Catalin Popinciuc
Catalin Popinciuc - avatar
+ 1
i dont know wich os better but i should use c++ because its easier to understand
29th Dec 2016, 10:08 AM
Milan Zanden
Milan Zanden - avatar
+ 1
The better you know the syntax grammar the better you understand the language
29th Dec 2016, 5:23 PM
Suvaditya
Suvaditya - avatar