For what kind of projects is better use C/C++ instead Java or C#? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

For what kind of projects is better use C/C++ instead Java or C#?

14th Apr 2017, 3:50 PM
Leandro Zavalla
2 Answers
+ 4
All of them unless C, virtually have the same capacities, With C you would deal with the low level stuff such as OS programming or micro controller programming, but there's no OOP concept has been covered by standard C.
14th Apr 2017, 4:39 PM
Babak
Babak - avatar
+ 1
C/C++ should be used when you want your program to have high performance. Java should never be used (maybe when you want portability). C# should be used when you want to work with .net framework (for example, developing games in Unity).
14th Apr 2017, 8:02 PM
Denis Felipe
Denis Felipe - avatar