Skip to main content
C++ ranks 4th in popularity according to 2016 IEEE spectrum Top
Programming Language ranking. Learning C++ is a wise investment for all
programmers.
“C++ is a statically-typed, free-form, (usually) compiled,
multi-paradigm, intermediate-level general-purpose middle-level
programming language.”In simple terms, C++ is a sophisticated, efficient and a general-purpose programming language based on C. It was developed by Bjarne Stroustrup in 1979.
Many of today’s operating systems, system drivers, browsers and games
use C++ as their core language. This makes C++ one of the most popular
languages today.
Since it is an enhanced/extended version of C programming language, C and C++ are often denoted together as C/C++.
Comments
Post a Comment