hi everyone,
how can I make a shared memory using c or c++ under windows not unix?
thanx in advance

Recommended Answers

All 3 Replies

How about posting the things you have done ?

ms-windows doesn't really have shared memory like *nix. you can use shared memory files

or clipboard

For shared memory implementation on windows you can look here and here.

Hope it helped, bye.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.