www.digitalmars.com         C & C++   DMDScript  

c++ - C++

reply "rebeka100019" <rebeka10001 yahoo.com> writes:
Hi every one,Can any one tell me the difference between C and 
C++..

http://www.dotnettrainingchennai.net/
Feb 20 2014
parent reply Heinz Saathoff <newshsaat arcor.de> writes:
"rebeka100019" wrote:

Hi every one,Can any one tell me the difference between C and 
C++..
C++ - C = ++ - Heinz
Feb 21 2014
parent "Hulk Dev" <sowmya provenlogic.net> writes:
On Friday, 21 February 2014 at 11:52:57 UTC, Heinz Saathoff wrote:
 "rebeka100019" wrote:

Hi every one,Can any one tell me the difference between C and 
C++..
C++ - C = ++ - Heinz
Hi, Difference between C and C++ langauage is as below, C++ is derived from C Language. It is a Superset of C. Earlier C++ was known as C with classes. In C++, the major change was the addition of classes and a mechanism for inheriting class objects into other classes. Most C Programs can be compiled in C++ compiler. C++ expressions are the same as C expressions. All C operators are valid in C++.
Mar 19 2015