C++ versus C

 

Will “C” disappear? – No!

 

C++ Development Environments are usually quite large.

 

Object-oriented programs that use complex class hierarchies can compile to large executable modules that do not run as efficiently as their C language procedural counterparts. “C” is often better for device drivers and embedded applications.

 

Take Note:

 

 

C++ can be used without its classes, just to be able to use:

 

If you are willing to use some classes, then you can also use: