+ 5
Is 'c' language similar to 'c++' ?if yes then how much?
i mean any ratio. like 40:100,87:100...
7 Respostas
+ 2
I not the same thing. The computing science is evolving and with him the technologies. We can see that with the programmation language. One of he most common and old was C. The C is the base of the magority of the actual language. So C++ can be see as an evolution of the C. To me use just an other language that you can use with object just like Java or PHP. So C and C++ are near by the syntax but the paradigme are really different. Your code in C can almost work on C++ but it would be a huge mistakes to do that. So to me C is 100% C++ but C++ is 25% of C.
+ 2
The major difference between C and C++ is that C is a procedural programming language and does not support classes and objects, while C++ is a combination of both procedural and object oriented programming language; therefore C++ can be called a hybrid language. The following table presents differences between C and C++ in detail.
+ 2
No c and c++ are not similar.
c is procedure oriented program.everything is in form of procedures/methods.
Whereas c++ is semi object oriented program. It is mostly in form of objects(instances of a class).
+ 1
c is similar to c++ but c++ is not much similar, and it's object oriented .
+ 1
c++ is an extension of c with oriented object programming concept and others useful libraries to make your life much more easier as a c programmer.
0
because in c++ we create a class n that all
- 1
no that much similar