10 results for “topic:shared-ptr”
final project in Advanced Topics in Object-Oriented Programming
Pointer Reference counting in Zig
Educational C++ project demonstrating std::shared_ptr ownership, use_count, lifetime, and object destruction with a Shape–Texture example.
Checked version of std::shared_ptr, provides custom exception handling mechanism on nullptr access.
Punteros inteligentes del lenguaje de programación C++11, específicamente unique_ptr y shared_ptr.
No description provided.
Concurrent Programming in C++
Proof of concept - std::enable_shared_from_this in Constructors and Destructors
Force `shared_ptr` in combination with `enable_shared_from_this`
High-performance C++17 thread-safe stack implementations featuring various synchronization strategies, GTest coverage, and a MOps/s benchmarking suite.