Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.59 KB

history.md

File metadata and controls

41 lines (30 loc) · 1.59 KB

ประวัติ

มาตรฐาน C++

ระยะแรก (First Standard)

  • 1998 (C++98 major)
  • 2003 (C++03 minor)

ระยะที่สอง (Second Standard)

  • 2011 (C++11 major) จุดเริ่มต้นของ C++ ยุคใหม่ที่พัฒนาทั้งตัวภาษาและไลบารี่
  • 2014 (C++14 major)
  • 2017 (C++17 major)
  • 2020 กำลังดำเนินการ

ไลบารีมาตฐานฐาน

  • C++ Standard library = C Standard library + STL (Standard Template Library)
  • STL สร้างโดย Alexander Stepanov ประด้วย Container, Iterators, Algorithms
  • Container เช่น list, vector, set, map ...
  • Algorithms เช่น search, sort ...

Bjarne Stroustrup

  • ผู้สร้างภาษา C++

bjarne

Alexander Stepanov

  • ผู้สร้าง STL

alexander

C++ Timeline

timeline

C++98-20 Timeline

timeline98-20

C++11-20 Timeline

timeline11-20

C++ Roadmap

roadmap