Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.33 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.33 KB

Linux-C-Programming

Repository con le esercitazioni del corso di Calcolatori Elettronici a.a. 2017/18 (aulaweb)

Clonare il repository:

git clone https://github.com/packmad/Linux-C-Programming.git

al termine dell'operazione verrà creata la cartella Linux-C-Programming

Aggiornare il repository:

cd Linux-C-Programming
git pull

Attenzione: se si modifica un file all'interno del repository il comando git pull restituirà un errore.

Per lavorare sui sorgenti bisogna copiare i file interessati in un sottoalbero differente da Linux-C-Programming

Cartelle

ALP :== Advanced Linux Programming book

  • 00_Resources: free books
  • 01_Cprogramming: quick refresher about C programming
  • 02_WritingGNULinuxSoftware: ALP chapter 2 source codes
  • 03_Processes: ALP chapter 3 source codes
  • 04_Threads: ALP chapter 4 source codes
  • 05_Interprocess Communication: ALP chapter 5 source codes
  • Various: various source codes

Recommended readings: