Assignments
Development Environment
Objective of this assignment is to ensure you are able to build and run your code.
Please reference this article.
Requirements:
- Visual Studio Code is setup
- Docker Desktop is installed
- Hello World application can be compiled and run
POSIX
See the following pages for POSIX
Choose two POSIX APIs (e.g., pthread_create
, mq_open
, fork
) and write detailed explanations on how they work, their parameters, return values, and typical use cases.