j
k
j a
j l
On 04/01/13 04:21, young wrote:
I have shared_ptr<int> variable. I need to pass a int* pointer to a function call. How to pass shared_ptr<int> as int *?
Hello, You should be able to use shared_ptr<int>::get() ? Cheers, Jookia.
Back to the thread
Back to the list