0

Can anyone tell me the difrences between c# and c++??

Im studing software engeering and I need some info about it I will be thank if you help me

12th Dec 2019, 11:47 AM
Hanie Y
Hanie Y - avatar
2 Answers
+ 1
(first of all my native languaje isn`t english so sorry for the gramatical errors) They are very diferent, both are created with base C and have some things in common, but the tecnical thing is very different, like to show something in the console in c++ is "cout<<("Example text")" and in c# is "Console.Write("Example text")" in my opinon both have the same difficulty to learn so take the one you feel more convenient depend of the program you`re going to use, anyways i recommend to learn them, there are many programmes that work with c++ and c# simultaneously. Hope to help you
12th Dec 2019, 2:35 PM
ninoduckman
ninoduckman - avatar
0
C++ is more for system developing and C# is more oriented on objects. The syntax is different but both are made on base of C
12th Dec 2019, 3:17 PM
Daniel Vetter
Daniel Vetter - avatar