Download presentation
Presentation is loading. Please wait.
Published byDwight Lucas Curtis Modified over 8 years ago
1
C++
2
Content Gennerally about C++ History Standartization Compilers Phases of a compiler, and interfaces between them Optimization example
3
Generally about C++ general-pusrpose object oriented programming language an extension of the C language created by Bjarne Stroustrup an intermediate level language C++ is a compiled language one of the most common programming languages
4
History C++ was designed by Bjarne Stroustrup and his team of workers in Bell Laboratories. Bjarne Stroustrup is a Danish computer scientist. The name "c++" was designed by Rick Mascitti. In 1985 C++ was released. Many other programming languages have been influenced by C++.
5
Standardization For a time, C++ had no official standard. C++ is standardized by a committee of the ISO (International Organization for Standardization) since 1998. So far, ISO published four revisions of the C++ standard. Current standard version is known as C++14 and was published in 2014. ISO is currently working on the next revision, C++17. And it is planned for year 2017.
6
Compilers Visual Studio LLVM/Clang GCC Intel
7
Phases of a compiler, and interfaces between them
8
Optimization example
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.