Code written in line with the homework given in the Operating Systems course. A small example of pipe, thread, shared memory usage. Written in Visual Code on Linux Mint.
It was developed on Visual Studio with the help of Code Runner, C/C++, C/C++ Compile Run plugins.
Run: cd "/home/username/File/" && gcc OperationSystems.c -o OperationSystems -pthread -lrt && "/home/username/File/"OperationSystems