+ 1
Why do people prefer C over C++?
Everyone knows C++ is better than C in far more aspects, and supports C features as well... Then why do people still want C tutorials? Isn't it time people completely move to C++? All SoloLearn should do is give explanations in C++ Tutorial about how the same task was achieved in C, providing C users some satisfaction...
7 ответов
+ 7
C++ can use C libraries to power it.
With the right amount of skill, you could use both at the same time.
+ 6
At memory management and efficiency C is God. That's why.
You can also listen through the words of the legend Linus torvalds on this.
+ 5
it will help u little bit >>>
https://www.sololearn.com/discuss/307235/?ref=app
+ 4
@KinshukVasisht Technically, C can do anything what other languages can do (Including mighty C++). Even in way more efficient way.
+ 2
@TakshakSH
Yes, but C++ can do things C can as well...
+ 2
as c is known to be as a mother language and have the basics of allmost all the languages available for programming .so c has advantage over c++.
+ 1
Or a better thing. I shall design a code based on the same topic but will include topics only from C++'s Tutorial...