This repository contains implemented codes in Operating Systems course using Terminal command lines and C++.
Linux Ubuntu distribution (operating system) Gedit (text editor) g++ (compiler) g++ installation:
on terminal, write:
- $ sudo apt-get update
- $ sudo apt-get –f install
- $ sudo apt-get install g++
Detailed instructions on setting up g++ can be found in lap slide