Skip to content

Operating Systems (OS Class Practical Assignment)

Notifications You must be signed in to change notification settings

franciscoreinolds/SO

Repository files navigation

OS Practical Assignment:

Practical Assignment for Minho's University OS Class

This assignment consists in programming in C:

  • Sales Server: should be able to manage stocks, handle clients sales requests, register completed sales.

  • Article Management: the program should be able to insert new articles into stock (specifying name and price), changing an article's attributes (whether it be it's name or price). Each article will have a numerical code that matches it's addition to a text file which will hold the Article's records.

  • Client Server: the program should be able to allow client interaction in the sense that the client can check an article's stock or buying a certain article.

  • Aggregator: this program will receive through its standard in, a sales file until its end-of-file. After that, the program will send to its standard out aggregate data of each article in the file.

About

Operating Systems (OS Class Practical Assignment)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published