Tutor HuntResources C Plus Plus Resources

Exactly How To Get Started With C/c++ Today

What is C, What is C++, and What is the Difference?

Date : 14/02/2014

Author Information

Milan

Uploaded by : Milan
Uploaded on : 14/02/2014
Subject : C Plus Plus

C is a programming language used for developing the Unix operating system. It is a low-level and powerful language, but it lacks many modern and useful advantage. C++ is a newer language, based on C, that adds many more modern programming language features that make it easier to program than C. C++ is object oriented language.

Basically, C++ maintains all aspects of the C language, while providing new features to programmers that make it easier to write useful and sophisticated programs.

For example, C++ makes it easier to manage memory and adds several features to allow "object-oriented" programming and "generic" programming. it makes it easier for programmers to stop thinking about the nitty-gritty details of how the machine works and think about the problems they are trying to solve.

This resource was uploaded by: Milan

Other articles by this author