+ 10
What is the difference between C# and c++ ,, and which one is better ?!
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
+ 2
Obviously C++ if you prefer Native to IL compiled
+ 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)
+ 1
i dont know wich os better but i should use c++ because its easier to understand
+ 1
The better you know the syntax grammar the better you understand the language