once some told me you can make every software by "C". how about C++ and python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

once some told me you can make every software by "C". how about C++ and python?

there's no software left that I can make by using "C"??

5th Jun 2017, 5:56 PM
Isomer
Isomer - avatar
4 Answers
+ 1
As @slyalys said, C is very flexible and could do pretty much everything. Its downside is that it is a low level language. As such it runs really near the machine level and it leaves the user to do pretty much all the management. In comparison, C++ is a higher level language and takes a lot of load of work from the user automaticaly. Also it is "simpler" in the way that it allows for faster program building. As for if you can use C to write software, yes you can, but the projects in which it is used usually have some common specifications like great speed for calculations and memory management. For most of the projects you could use C++ or Python.
5th Jun 2017, 8:30 PM
spcan
spcan - avatar
+ 1
You can do everything in C. C is very flexible.
5th Jun 2017, 6:38 PM
slyalys
slyalys - avatar
+ 1
why not C++? 😱😱
5th Jun 2017, 6:39 PM
Isomer
Isomer - avatar
+ 1
thanks both of you
6th Jun 2017, 3:29 AM
Isomer
Isomer - avatar