Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 559 Bytes

00-intro.md

File metadata and controls

21 lines (15 loc) · 559 Bytes

Podstawy C++

STL

Coders School

Standard Template Library

  • standardowa biblioteka szablonów (Standard Template Library) dostępna w standardzie języka C++
  • często używane rzeczy z STLa:
    • std::string
    • std::vector<T>
    • std::map<K, V>
    • std::cout i std::cin
    • iteratory