Thread
:
Shared memory and C++
View Single Post
#
2
(
permalink
)
29-Jun-2009, 20:39
ken_yap
Flux Capacitor Penguin
Join Date: Jun 2008
Location: GMT+10
Posts: 5,222
Re: Shared memory and C++
What you are trying to do is a deep copy of a structure. In that case you have to provide some storage that c points to. This is not a C++ issue BTW, you would have the same issue in C.
ken_yap
View Public Profile
Find all posts by ken_yap