[Interprocess] Problem reading or wrting to shared memory

7 Sep
2009
7 Sep
'09
12:43 p.m.
Hello,
I created a simple class for storing information
in shared memory (native Windows):
template<
class data>
struct SharedData
{
SharedData<data>():
value(0),
var(0.0),
written(1),
read(0){
std::cout<<" Objekt bei "<
5686
Age (days ago)
5686
Last active (days ago)
0 comments
1 participants
participants (1)
-
Thomas.Schulze@camco.de