+ 2

Why C++ is better than C

I am coding on C++, but I am not sure that it's the best language for console applications.

2nd Jan 2018, 8:35 PM
Coder
7 Answers
+ 1
depends on a few factors: what you need to do, the projet you are working with, what libraries you need to access among other. (C is about three times as popular as C++) Overall c++ allows you to use objects, that is nicer. c null terminated strings are a big hassle. if you want to learn and play use C++. At work you are much more likely to use C.
3rd Jan 2018, 4:22 AM
Juan-PDP
Juan-PDP - avatar
+ 14
(Because of the ++ .... jk ignore me! ^_^)
2nd Jan 2018, 8:57 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 4
because c++ is a superset of c. Most of the features you get in c is also there in c++.also it has classes and objects.
3rd Jan 2018, 4:23 AM
shobhit
shobhit - avatar
+ 3
Read the two courses,you might find out
2nd Jan 2018, 8:55 PM
᠌᠌Code X
᠌᠌Code X - avatar
+ 1
There isn't C course
2nd Jan 2018, 8:57 PM
Coder
+ 1
well c++ supports object oriented programming and c does not... c++ has everything which c has and some additional features...
2nd Jan 2018, 9:30 PM
Shaheryar Malik
Shaheryar Malik - avatar
+ 1
So my choice was good.
3rd Jan 2018, 4:36 AM
Coder