=====C++ Naslagwerk===== **Algemene onderwerpen** * [[nl/about/faq|FAQ (Veelgestelde vragen) ]] * [[nl/preprocessor|Pre-processor directieven]] * [[nl/operator_precedence|Bewerkingsvolgorde bij operatoren ]] * [[nl/escape_sequences|Escape sequences]] * [[nl/ascii|ASCII-tabel]] * [[nl/data_types|Data typen]] * [[nl/keywords/|Gereserveerde woorden en uitdrukkingen]] * [[nl/header_files/|Header bestanden]] **Standard C Library** * [[nl/c/|Overzicht]] * [[nl/io/c/|Standard C I/O]] * [[nl/string/c/|Standaard C strings & karakters]] * [[nl/numeric/c/|Standaard C mathematiek]] * [[nl/chrono/c/|Standaard C tijd & datum]] * [[nl/memory/c/|Standaard C geheugen]] * [[nl/c/other/|Overige standaard C functies]] **Algemeen C++** * [[nl/string/|C++ strings]] * [[nl/io/|C++ I/O]] * [[nl/io/sstream/|C++ string streams]] * [[nl/exception/|C++ exceptions]] **C++ Standard Template Library (STL)** * [[nl/container/|Overzicht]] * [[nl/algorithm/|C++ algorithmen]] * [[nl/container/vector/|C++ container vector]] * [[nl/container/deque/|C++ double-ended queue]] * [[nl/container/list/|C++ container lijst ]] * [[nl/container/priority_queue/|C++ geprioriseerde rijen (priority queues)]] * [[nl/container/queue/|C++ rijen (queues)]] * [[nl/container/stack/|C++ stapels]] * [[nl/container/set/|C++ sets]] * [[nl/container/multiset/|C++ multisets]] * [[nl/container/map/|C++ mappen]] * [[nl/container/multimap/|C++ multimappen]] * [[nl/container/bitset/|C++ bitsets]] * [[nl/iterator/|Iteratoren]] * [[nl/functional/|Functie objekten/adaptors]] * [[nl/utility/|Algemene hulpmidellen]]