C++ 🆚 C# | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

C++ 🆚 C#

BEST LANGUAGE? CPP OR C#?

16th Jun 2017, 6:38 AM
FUN HOMSTER :D
FUN HOMSTER :D - avatar
11 Answers
+ 11
C++ for sure. Much more control and runtime speed. C# can pretty much only run on Windows. But that doesn't mean you shouldn't use C#, its like a slightly improved Java (with none of the cross platform benefits).
16th Jun 2017, 7:29 AM
Ahri Fox
Ahri Fox - avatar
+ 3
The runtime does introduce a small run time penalty. The slowest part is (in Java as well as in C#) the JITing, which is only done once for every line of code. In addition to that, the runtime is pretty good in optimizing your code. For example look at the unity game engine which uses C# to develop games. IMHO the small run time penalty is a small price to pay for the faster and easier development with C#
17th Jun 2017, 8:26 AM
Iqon
+ 2
An for the cross Plattform: There are dot net runtimes running on windows, Linux, Mac and Android. Meaning you can deploy your C#, F# and Visual Basic code to each of those platforms without changing a line of code ;)
17th Jun 2017, 8:30 AM
Iqon
0
FUN AREA :D Im not sure that fits with the Q...
18th Jun 2017, 4:08 AM
julio
23rd Jun 2017, 6:51 PM
FUN HOMSTER :D
FUN HOMSTER :D - avatar
17th Jun 2017, 4:03 PM
FUN HOMSTER :D
FUN HOMSTER :D - avatar
18th Jun 2017, 6:50 PM
FUN HOMSTER :D
FUN HOMSTER :D - avatar
19th Jun 2017, 5:51 PM
FUN HOMSTER :D
FUN HOMSTER :D - avatar
24th Jun 2017, 8:50 AM
FUN HOMSTER :D
FUN HOMSTER :D - avatar
- 1
https://www.sololearn.com/discuss/490139/?ref=app
25th Jun 2017, 5:41 PM
FUN HOMSTER :D
FUN HOMSTER :D - avatar
26th Jun 2017, 4:22 PM
FUN HOMSTER :D
FUN HOMSTER :D - avatar