Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 373 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 373 Bytes

IPC with shared memory

Building

I've only ever built this on gcc (GCC) 6.2.1 20160830, but this does not depend on anything fancy.

make all

Running it

After building it, execute the writer and the reader in that particular order in separate terminals.

./writer
Start up the reader
./reader
Enter your message in the writer