C++ is an object-oriented, low-level ANSI and ISO standard programming language. Object-oriented means that C++ supports programming styles that simplify the building of large-scale, extensible programs. As a low-level language, C++ can generate very efficient, very fast programs.
The ANSI and International Standards Organization (ISO) certifications make C++ a portable language. C++ programs are compatible with almost all modern development environments.
C++, as the name implies, is the next generation of the C programming language. C++ is more than just an upgraded version of C. The extensions to C++ are significant and require some thought and some getting used to, but the results are worth it.
|
|
|
|
Articles
|
|