Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure. Learn more →
CPP-Exercises Alternatives
Similar projects and alternatives to CPP-Exercises
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
-
-
Data_Structures_in_Cpp
Contains some useful custom Data-Structures/Containers & Algorithms, developed during my 3rd semester at University.
-
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
robin-hood-hashing
Discontinued Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20
CPP-Exercises discussion
CPP-Exercises reviews and mentions
- [CODE REVIEW] Custom implementation of queue container
I tried to implement a Template Queue Container and looking for some good reviews.
- [Code Review] Template Queue Container in C++ for Embedded Systems
Previously, I had implemented the std::vector all by myself. I had imitated nearly all behaviours of it. You can see it here. I used the placement new widely while implementing it. But, all the resources were allocated in the heap. I don't how good is to use the placement new on the statically allocated area of the stack. Let me think on it :)
- [C++] Custom implementation of std::vector
Here is the source code!
- (C++) Determining the noexcept rules of member functions
I just implemented many parts of the STL's Template Vector Container. And, after completing the implementation phase, I tried to determine the noexcept conditions of the member methods. I wonder if the conditions that I determined are applicable. You can find the implementation here.
- [CODE REVIEW] Template Vector Container Implementation
For a while, I have been trying to implement the STL container from scratch to make some C++ exercises. My most recent work is the Template Vector Container.
- [CODE REVIEW] Template Array Container for Embedded Systems
Oh no, that's a thing that I've already done in a different exercise. It was also a template array container but for powerful systems with dynamic allocation features. Check it out!
- [CODE REVIEW] Custom implementation of template array container
Template Array Container in C++ | Caglayan DOKME
- [CODE REVIEW]Custom implementation of template list container?
Doubly Linked List in C++ - Caglayan DOKME
- A note from our sponsor - Stream getstream.io | 22 Dec 2025
Stats
The primary programming language of CPP-Exercises is C++.