+ 4
Is the c++ language is better than c? What is the use of c++ language?
In the sense of software developing.....
13 Réponses
+ 10
Tough question but cpp has many more advantages over the parent c ... but you can use c with cpp but you can't use cpp with c...
Here is an article or two that may answer your question but remember c is faster yet cpp is more secure and it depends on what you are trying to accomplish...
I use both
https://www.google.com/amp/s/www.bitdegree.org/tutorials/c-vs-c-plus-plus/amp/
+ 4
Bjarne Stroustrup (inventor of
c++) can maybe explain some more: https://youtu.be/KlPC3O1DVcg. Nice answer BroFar . I was hoping to find an interview with Dennis Ritchie (the inventor of C) as well, but it wasn't easy to find one.
Edit: I found this, but it's a long article, it's interviews with Dennis Ritchie and Bjarne Stroustrup in Dr. Dobb's Journal about C and C++ and where they are going.
https://www.drdobbs.com/cpp/from-c-to-c-interviews-with-dennis-ritch/184408272
+ 3
Bjarne Stroustrup developed C++ because he want to add a new thing called classes. C++ original name was C with Classes
+ 2
Fredelig I liked the lengthy interview and could have gone another 10 pages in my opinion.
+ 1
Hello my friend
In programming better language make not sense, all of language are usefull for definite goal
Difference between language is in use of them. For example : kotlin for android app, html css for web, c for app and micro programming, cpp for app simulation and etc.
So you must have goal and then choose a language
0
It depends on the place where it is being used
0
Although c++ has more features than c, the impact of c on c++ can't be overlooked. C++ is object oriented while c isn't. It's OOP nature allows it to protect data therefore enhancing security.
I think this is the major reason why it's better than c.
0
C is good for hardware programming which is named firmware.
C++ is good for application programming.
0
I recommend c++ but if you are starting learn c first most of c concepts are applied in c++ for advancement.
0
And you can see use of c++ with search in google.
Have goal...
- 1
C++ is for handling complex tasks that C was not able to perform. Additionally, detecting bugs and other issues in the C++ code is easier than in C since C does not offer exceptions. For more advantages see:
https://www.quora.com/Why-C-language-is-better-than-C-language
- 1
C++ language is better than c because
C language is a procedural programming language and doesn't support classes and objects, while c++ is a combination of both procedural and object- oriented programming languages and c++ is used in game making and ATM machine used c++ language so if you want to develop games and also system web application
- 1
Performance of C++ is much more better than C