-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com>
- Loading branch information
Showing
3 changed files
with
570 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
title: "Troisième cours" | ||
weight: 03 | ||
--- | ||
|
||
Ce cours a été dispensé **le jeudi 08/02/2024**, **entre 15h30 et 16h30**, en **D111** à **l'ENSIMAG**. | ||
|
||
## Le programme étudié | ||
|
||
1. Déclaration d'un pointeur | ||
1. Les pointeurs _classiques_ | ||
2. Les pointeurs de tableaux | ||
3. Les pointeurs de fonction | ||
3. Pointeurs nuls | ||
4. Pointeurs et tableaux | ||
5. Manipulations élémentaires des pointeurs | ||
1. Opérations élémentaires et déréférencement | ||
2. L'opérateur `operator[]()`, un opérateur bien pratique | ||
6. Pointeurs multiples et constance | ||
|
||
## Errata | ||
|
||
Rien pour l'instant. | ||
|
||
## Resources | ||
|
||
Les différentes resources utilisées pendant ce cours sont les suivantes : | ||
- le support de cours que vous pouvez retrouver [ici](ressources/03.pdf), | ||
- ainsi que son source LaTeX que pouvez retrouver [ici](ressources/03.tex) (il est important de noter qu'il faut compiler ce document avec [XeLaTeX](https://xetex.sourceforge.net/)). |
Binary file not shown.
Oops, something went wrong.