+ 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.
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.
+ 14
(Because of the ++ .... jk ignore me! ^_^)
+ 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.
+ 3
Read the two courses,you might find out
+ 1
There isn't C course
+ 1
well c++ supports object oriented programming and c does not... c++ has everything which c has and some additional features...
+ 1
So my choice was good.