Skip to content

TropicalDjango/Cpp_OS_Stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cpp_OS_Stuff

This is a small collection of C++ programs which cover the topic of operating systems, multithreading, and socket programming. Each folder has it's own README for explainations.

1 - Mini-Shell

This program emulates a bash shell and allows users to run bash commands and also run some custom commands.

2 - Producer-Consumer Problem

This program implements a threadsafe consumer/producer using pthreads and mutexes

3 - Server-client

This program implements a consumer/producer with the producer being a server which accepts TCP connection requests from client consumers

About

Assignments I did for CMPUT 379 which cover the topic of operating systems, multithreading, and socket programming in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors