List Question
20 TechQA 2024-02-06T10:57:33.660000Idiomatic usage of Arc in C FFI
141 views
Asked by user578943
subrange of a fixed size buffer c++ avoiding raw pointers
69 views
Asked by AudioBubble
Why don't raw pointer in vector become nullptr?
210 views
Asked by sparrow
Is moving the target of a raw Pointer safe in rust
131 views
Asked by RedCrafter LP
unsafe type casting between wrappers types
105 views
Asked by Timothée Delabrouille
Trying to learn and understand the behaviour of unsafe rust within thread execution. Can someone explain what I might done wrong here?
53 views
Asked by Nikhil Chatragadda
How to I assign a value to a raw pointer at the module level in Rust?
292 views
Asked by Jim
Convert c++98 code to new c++17 code when using std::vector of pointers
89 views
Asked by user63898
Pointer to a self-defined struct in Rust with raw pointers
563 views
Asked by pdaranda661
Can I pass a std::vector<std::unique_ptr<T>> as a vector of raw pointer without extra allocations?
223 views
Asked by mrmclovin
How do I add offsets to addresses stored in a raw pointer?
640 views
Asked by johnsc
Having troubles with smart pointers and vectors, constant crashing
136 views
Asked by Mauricio Alvarez
Is there any realistic use case for passing pointers by constant reference rather than by value?
205 views
Asked by Enlico
Why does derefrencing a raw pointer gives a segmentation fault if there is no shared reference to the value pointed at?
109 views
Asked by Ishaan Goel
Unexpected segfault when working with raw pointers
395 views
Asked by Валентин Стайков
Save bubble sort with iterator and unseve with raw pointers strange speed
339 views
Asked by Alisher
Why do most ffi functions use raw pointers instead of references?
754 views
Asked by Goldenprime
Performance of passing unique_ptr vs. raw pointer to functions
228 views
Asked by Christian Springer