💻 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.