Skip to content
Snippets Groups Projects
Commit 145949eb authored by Mactavish's avatar Mactavish
Browse files

update slides

parent 790c598e
Branches
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ int (*Object_vtable[])(); // an array of pointers to function returning int
::right::
## Exercise
### Exercise I
Discuss with your teammates and read these declarations out loud:
......@@ -36,3 +36,7 @@ Discuss with your teammates and read these declarations out loud:
- `int *(*(*(*b)())[10])();`
- `char *strprt( char (*)( int ), unsigned char );`
- `int (*const ab[])( unsigned int );`
### Exercise II
Implementing higher order functions in C, see [exercises/higher-order-func](https://git.imp.fu-berlin.de/mactavish96/alp4-tutorials/-/tree/tutorial-2/exercises/higher-oder-func)
---
title: Q&A
---
# Q&A
Questions about:
- First Assignment Sheet
- Second Assignment Sheet
- Programming exercises
- Organisation
<br/>
### Materials
- [Reading C Declarations: A Guide for the Mystified](http://www.ericgiguere.com/articles/reading-c-declarations.html)
- [Higher Order Functions in C](https://foxypanda.me/higher-order-functions-in-c/)
......@@ -59,3 +59,7 @@ transition: slide-left
src: ./pages/pointer-4.md
---
---
transition: slide-left
src: ./pages/qa.md
---
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment