Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 1014 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 1014 Bytes

💻 C/C++ Programming and Development

Practice labs for the ProgDev course in System Programming and Programming Languages and Concepts

System Programming

  • ps_tp1 introduces to concepts of communication between processes (especially parent and child processes).

  • ps_tp2 introduces to concurrent accesses between threads and processes.

Programming Languages and Concepts

  • clp_tp1 introduces to C++ development.

  • clp_tp2 introduces to OOP and gtests in C++.

  • clp_tp3 is implementing low level operations.