cpp-17
Here are 48 public repositories matching this topic...
Container implementation based on a linear singly linked list. Implementation of forward iterators. Ability to compare and copy lists. The ability to use initialization lists to set the contents of the list. Insertion and deletion operations at an arbitrary location. Safety sharing of list content.
-
Updated
Mar 9, 2022 - C++
Implementation of C++ String class with copy-on-write
-
Updated
May 20, 2024 - C++
Submission to the Ringbeller IoT - Cellular Capabilities C++ library challenge hosted by TopCoder.
-
Updated
Dec 16, 2020 - C++
A modern C++ library that provides a robust, cross-platform interface for shell process interaction that allows seamless execution and interaction with shell commands across Windows, Linux, and macOS operating systems.
-
Updated
Jun 12, 2025 - C++
-
Updated
Dec 28, 2020 - C++
Own implementation of the vector class of the STL library. Random access to elements. Insertion and deletion operations at an arbitrary location. Ability to resize and reserve memory. Support for non-copyable types. Implemented random access iterators.
-
Updated
Mar 9, 2022 - C++
DCL-115: Multi-Threaded Programming in C++17
-
Updated
Dec 5, 2022 - C++
A 2D virtual Rubik's Cube written in C++
-
Updated
May 31, 2020 - C++
My solutions to Advent Of Code 2020 problems.
-
Updated
Dec 20, 2020 - C++
DCL-115: Multi-Threaded Programming in C++17
-
Updated
Apr 28, 2021 - C++
Constexpr matrices with computational mathematic methods. (#constexpr_ALL_the_things)
-
Updated
Mar 21, 2020 - C++
Improve this page
Add a description, image, and links to the cpp-17 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cpp-17 topic, visit your repo's landing page and select "manage topics."