Skip to content
Snippets Groups Projects
Commit 17ef4581 authored by Mactavish's avatar Mactavish
Browse files

update slides

parent 5ba5883e
Branches
No related tags found
No related merge requests found
...@@ -4,5 +4,10 @@ This branch contains all materials for the second tutorial session. ...@@ -4,5 +4,10 @@ This branch contains all materials for the second tutorial session.
## Agenda ## Agenda
TBD - Recap
- Discussion about programs and processes
- More on C Pointers
- Makefile
- C Programming exercises
- Q&A
...@@ -18,8 +18,8 @@ Discuss (research if necessary) the following topics with your group members: ...@@ -18,8 +18,8 @@ Discuss (research if necessary) the following topics with your group members:
### Exercise ### Exercise
Implement your own [system() function](https://devdocs.io/c/program/system) using child process. Implement your own [system() function](https://devdocs.io/c/program/system) using child process, so that you can have a naive version of shell.
You can find the file in `exercises/process` You can find the source file in `exercises/process`
</v-click> </v-click>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment