|
C
is a computer language; C++ was developed from C. C++ is an powerful
general-purpose object-oriented programming language created by
Bjarne Stroustrup. C++ simplified memory management and added several
features - including a new datatype known as a class. Classes allowed
object-oriented programming. C++ maintained the original C intent,
which allowed for low-level memory access, however it also gave
the programmer new tools that simplified memory management. It can
be used to create small programs or large applications as well as
to make CGI scripts or console-only DOS programs. After you write
the C/C++ you need a complier to compile the code. C++ can create
almost any program.
|