+ 4

Is the c++ language is better than c? What is the use of c++ language?

In the sense of software developing.....

17th May 2020, 4:05 PM
Gagan Verma
Gagan Verma - avatar
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/
17th May 2020, 4:19 PM
BroFar
BroFar - avatar
+ 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
17th May 2020, 7:53 PM
Fredelig
Fredelig - avatar
+ 3
Bjarne Stroustrup developed C++ because he want to add a new thing called classes. C++ original name was C with Classes
18th May 2020, 10:09 AM
Ketan Pal
Ketan Pal - avatar
+ 2
Fredelig I liked the lengthy interview and could have gone another 10 pages in my opinion.
17th May 2020, 11:53 PM
BroFar
BroFar - avatar
+ 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
19th May 2020, 3:59 PM
AmirHosein Vahed
AmirHosein Vahed - avatar
0
It depends on the place where it is being used
17th May 2020, 4:27 PM
Abhay
Abhay - avatar
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.
17th May 2020, 11:39 PM
Timothy Adeleke
Timothy Adeleke - avatar
0
C is good for hardware programming which is named firmware. C++ is good for application programming.
19th May 2020, 3:41 AM
Mas Has
Mas Has - avatar
0
I recommend c++ but if you are starting learn c first most of c concepts are applied in c++ for advancement.
19th May 2020, 11:39 AM
Ian Gacheru
Ian Gacheru - avatar
0
And you can see use of c++ with search in google. Have goal...
19th May 2020, 4:00 PM
AmirHosein Vahed
AmirHosein Vahed - avatar
- 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
18th May 2020, 9:35 AM
Adriana Lleshi
Adriana Lleshi - avatar
- 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
18th May 2020, 11:33 AM
Clay
Clay - avatar
- 1
Performance of C++ is much more better than C
19th May 2020, 8:51 AM
Ashwani Kumar Dubey
Ashwani Kumar Dubey - avatar