1
vote
4answers
494 views
Simple anonymous pipes - what wrapper model you use? (WinAPI, C++)
I have two running processes in Windows, and each process has a pipe to the other.
I want to serialize a complicated class and transmit it from one process to the other. I already have the …
0
votes
2answers
346 views
Read\write boost::binary_oarchive to pipe.
Hello. I am continue to build two simple processes throwing class objects one to another (see my previous post) through simple (anonymous) pipes. Now I revealed for myself boost::serialization (tha …
