List Question
20 TechQA 2015-06-09T04:41:57.893000Delete raw pointer after creating a shared_ptr from it
2.2k views
Asked by SkypeMeSM
what is the best and how declare const in function of c++
190 views
Asked by quano1
unsafe type casting between wrappers types
105 views
Asked by Timothée Delabrouille
Is moving the target of a raw Pointer safe in rust
131 views
Asked by RedCrafter LP
Why don't raw pointer in vector become nullptr?
210 views
Asked by sparrow
How to print the size of raw pointer?
926 views
Asked by buptrfx
How should I manage an intermediary vector after moving/swapping it in the constructor?
108 views
Asked by karlncreate
Performance of passing unique_ptr vs. raw pointer to functions
228 views
Asked by Christian Springer
Save bubble sort with iterator and unseve with raw pointers strange speed
339 views
Asked by Alisher
Scoped Pointer in Boost : What does mean a raw pointer?
264 views
Asked by loulou
c++ creating cyclically dependent objects with raw pointers
259 views
Asked by Xiasu Yang
C++ Reducing the use of pointers, raw or otherwise and/or returning nullable non-pointers
266 views
Asked by EightiethPeak
Can I pass a std::vector<std::unique_ptr<T>> as a vector of raw pointer without extra allocations?
223 views
Asked by mrmclovin
Why do most ffi functions use raw pointers instead of references?
754 views
Asked by Goldenprime
How do I add offsets to addresses stored in a raw pointer?
640 views
Asked by johnsc
C++11 Move Assignment and Copy Assignment (operators) - Use of delete
1.4k views
Asked by FreelanceConsultant
How do I figure out where a named lifetime comes from?
140 views
Asked by Pablo Tato Ramos
Is the adress behind this guaruanteed to be identical to a variable with the object
80 views
Asked by Jimmy R.T.
C++ working with objects on heap
1.3k views
Asked by AleksanderNaumenok
Initialize sized members of DST in Rust (on the heap)
331 views
Asked by Asone Tuhid