0

can anyone tell me the difference between C++ and C#

20th Jun 2016, 6:51 AM
Khair Baksh
Khair Baksh - avatar
3 Answers
+ 2
In c++ everyrhing is past by value (except if you change it explicitly) and you can change the behavior by defining = operator and many other things are more customizablz in c++ but in c# only struct andd simple variables (int,, float,...) are past by value. in c++ you have do delete dynamically created objects while in c# there is a gabrage collecttor... because c# is a modern language and not c++.
26th Jun 2016, 7:40 AM
Ahmed AZ
Ahmed AZ - avatar
+ 1
C# is Microsoft's language and is good to write an app on Windows platform. it's also 100% object oriented
21st Jun 2016, 1:09 PM
hrustoid
0
c# is a programming language based on c++.It is easier but slower than c++.
6th Sep 2016, 2:27 PM
Asrk
Asrk - avatar