=====Reference jazyka C++===== **Hlavní témata** * [[cz/about/faq|FAQ (často kladené otázky)]] * [[cz/preprocessor/|Příkazy pre-procesoru]] * [[cz/operator_precedence|Priority operátorů]] * [[cz/escape_sequences|Escape sekvence]] * [[cz/ascii|ASCII Znaky]] * [[cz/data_types|Datové typy]] * [[cz/keywords/|Klíčová slova]] * [[cz/header_files/|Hlavičkové soubory]] **Standardní knihovna jazyka C** * [[cz/c/ | Přehled]] * [[cz/io/c/ | Standardní C I/O]] * [[cz/string/c/ | Standardní C řetězce & znaky]] * [[cz/numeric/c/ | Standardní C matematika]] * [[cz/chrono/c/ | Standardní C čas & datum]] * [[cz/memory/c/ | Standardní C pamět]] * [[cz/c/other/|Ostatní standardní C funkce]] **C++ obecně** * [[cz/string/|C++ Řetězce]] * [[cz/io/|C++ I/O (vstupně-výstupní funkce)]] * [[cz/io/sstream/|C++ Řetězcové proudy]] * [[cz/exception/|C++ Výjimky]] * [[cz/complex/|Komplexní čísla]] **C++ Standard Template Library (STL)** * [[cz/container/|Přehled]] * [[cz/algorithm/|C++ Algoritmy]] * [[cz/container/vector/|C++ Vektory]] * [[cz/container/deque/|C++ Dvojitě ukončené fronty]] * [[cz/container/list/|C++ Listy]] * [[cz/container/priority_queue/|C++ Prioritní fronty]] * [[cz/container/queue/|C++ Fronty (Queues)]] * [[cz/container/stack/|C++ Zásobník (Stacks)]] * [[cz/container/set/|C++ Sety (Sets)]] * [[cz/container/multiset/|C++ Rozsáhlejší sety (Multisets)]] * [[cz/container/map/|C++ Mapy (Maps)]] * [[cz/container/multimap/|C++ Rozsáhlejší mapy (Multimaps)]] * [[cz/container/bitset/|C++ Bitsety (Bitsets)]] * [[cz/iterator/|Iterátory]] * [[cz/functional/|Funkce objektů/adaptérů]] * [[cz/utility/|Základní nástroje]]