Skip to content

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.

License

Notifications You must be signed in to change notification settings

OmerFarukYilmaz-github/Pipe_Thread_SharedMemory_Simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pipe_Thread_SharedMemory_Simple

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

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages