+ 1
What is the difference between "C" and "C++"? and which is better to focus on?
3 Respuestas
+ 1
C++ is built on top of C. C++ is a slightly higher level programming language.
http://programmers.stackexchange.com/questions/16390/what-are-the-fundamental-differences-between-c-and-c
+ 1
C++ is object oriented. Meaning you can create objects and do operations on them. You can't do that in C.
+ 1
C++ is better