Presentation is loading. Please wait.

Presentation is loading. Please wait.

C++. Content Gennerally about C++ History Standartization Compilers Phases of a compiler, and interfaces between them Optimization example.

Similar presentations


Presentation on theme: "C++. Content Gennerally about C++ History Standartization Compilers Phases of a compiler, and interfaces between them Optimization example."— Presentation transcript:

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

9

10

11

12

13

14

15


Download ppt "C++. Content Gennerally about C++ History Standartization Compilers Phases of a compiler, and interfaces between them Optimization example."

Similar presentations


Ads by Google