Search code examples
Getting into smart pointers, how to deal with representing ownership?...

c++pointerssmart-pointersraw-pointer

Read More
Unexpected pixels changing in opengl texture before being drawn to screen...

openglrustffiunsaferaw-pointer

Read More
How should I decide when it is more or less appropriate to use raw pointers?...

pointersrustraw-pointer

Read More
Why does a binary tree using unsafe code have bad memory access in debug mode, but not release?...

pointersrustraw-pointer

Read More
Is it undefined behavior to dereference a *mut T cast to *mut ManuallyDrop<T>?...

rustundefined-behaviorunsaferaw-pointer

Read More
Proper way to allocate memory for my own pointer-based array in c++...

c++data-structuresnew-operatordynamic-memory-allocationraw-pointer

Read More
removing shared pointers from vector or map...

c++vectorshared-ptrstdmapraw-pointer

Read More
How to make a struct field containing an Arc writable?...

rustimmutabilitydereferenceraw-pointer

Read More
How to get the next pointer?...

rustraw-pointer

Read More
Error with overload operator>>...

c++inheritanceraw-pointer

Read More
Pass by reference confusion?...

c++pass-by-referenceraw-pointer

Read More
Passing objects efficiently?...

c++referenceraw-pointer

Read More
How to assign an object to a property of an object in a vector with raw pointers?...

c++pointersvectorraw-pointer

Read More
What's the difference between raw pointer and weak_ptr?...

c++weak-ptrraw-pointer

Read More
Pointing to the content of std::unique_ptr...

c++c++11unique-ptrraw-pointer

Read More
Copy a struct to a specific memory location in Rust...

rustunsafelow-levelmemmoveraw-pointer

Read More
Is there a clearer way of representing dereferencing raw pointers and applying their functions in Ru...

rustraw-pointer

Read More
C++ Reducing the use of pointers, raw or otherwise and/or returning nullable non-pointers...

c++pointersreferenceraw-pointer

Read More
Delete raw pointer after creating a shared_ptr from it...

c++c++11segmentation-faultshared-ptrraw-pointer

Read More
how to cast thrust::device_vector<int> to function with raw pointer...

cudagputhrustraw-pointer

Read More
Passing unique_ptr vs raw_ptr?...

c++functionpointersunique-ptrraw-pointer

Read More
Python ctype directly call a function with raw offset...

pythonc++functionraw-pointer

Read More
How to turn vector of raw pointers into a vector of unique pointers?...

c++smart-pointersraiiraw-pointer

Read More
Promoting a raw pointer to valarray...

c++valarrayraw-pointer

Read More
BackNext