diff --git a/coursDEV.1.1/11 Fonctions.docx b/coursDEV.1.1/11 Fonctions.docx new file mode 100644 index 0000000..dad9cba Binary files /dev/null and b/coursDEV.1.1/11 Fonctions.docx differ diff --git a/coursDEV.1.1/12 Organisation du code.docx b/coursDEV.1.1/12 Organisation du code.docx new file mode 100644 index 0000000..e69de29 diff --git a/coursDEV.1.1/13 Allocation dynamique.docx b/coursDEV.1.1/13 Allocation dynamique.docx new file mode 100644 index 0000000..33a9c6f Binary files /dev/null and b/coursDEV.1.1/13 Allocation dynamique.docx differ diff --git a/coursDEV.1.1/14 Les structures.docx b/coursDEV.1.1/14 Les structures.docx new file mode 100644 index 0000000..85f2f8f Binary files /dev/null and b/coursDEV.1.1/14 Les structures.docx differ diff --git a/coursDEV.1.1/15 Les fichiers.docx b/coursDEV.1.1/15 Les fichiers.docx new file mode 100644 index 0000000..7735dab Binary files /dev/null and b/coursDEV.1.1/15 Les fichiers.docx differ diff --git a/coursDEV.1.1/15.01 Les fichiers exercices.pdf b/coursDEV.1.1/15.01 Les fichiers exercices.pdf new file mode 100644 index 0000000..3d89bf9 Binary files /dev/null and b/coursDEV.1.1/15.01 Les fichiers exercices.pdf differ diff --git a/coursDEV.1.1/17.01.docx b/coursDEV.1.1/17.01.docx new file mode 100644 index 0000000..52f4d61 Binary files /dev/null and b/coursDEV.1.1/17.01.docx differ diff --git a/coursDEV.1.1/19.01.docx b/coursDEV.1.1/19.01.docx new file mode 100644 index 0000000..0f09a10 Binary files /dev/null and b/coursDEV.1.1/19.01.docx differ diff --git a/coursDEV.1.1/20 Piles et Files.docx b/coursDEV.1.1/20 Piles et Files.docx new file mode 100644 index 0000000..34ffd24 Binary files /dev/null and b/coursDEV.1.1/20 Piles et Files.docx differ diff --git a/coursDEV.1.1/20.01 Comment coder une File-Pile.docx b/coursDEV.1.1/20.01 Comment coder une File-Pile.docx new file mode 100644 index 0000000..8e0a208 Binary files /dev/null and b/coursDEV.1.1/20.01 Comment coder une File-Pile.docx differ diff --git a/coursDEV.1.1/20.01-structure-rassemblant-infofile-char.c b/coursDEV.1.1/20.01-structure-rassemblant-infofile-char.c new file mode 100644 index 0000000..d0b1c1d --- /dev/null +++ b/coursDEV.1.1/20.01-structure-rassemblant-infofile-char.c @@ -0,0 +1,25 @@ +#include +#include + +typedef struct { + char tab[50]; + int indice_debut; + int indice_fin; + int taille; +} car_file; + + +char dequeue(car_file* f){ + f->indice_debut=(f->indice_debut+1)%50; + f-taille--; + return f->tab[(f->indice_debut+49)%50]; +} + + + + +int main(void){ + + + return 0; +} \ No newline at end of file diff --git a/coursDEV.1.1/7 Les Tableaux.docx b/coursDEV.1.1/7 Les Tableaux.docx new file mode 100644 index 0000000..e307291 Binary files /dev/null and b/coursDEV.1.1/7 Les Tableaux.docx differ diff --git a/coursDEV.1.1/8 Les Tableaux multidimensionnels.docx b/coursDEV.1.1/8 Les Tableaux multidimensionnels.docx new file mode 100644 index 0000000..9eefc49 Binary files /dev/null and b/coursDEV.1.1/8 Les Tableaux multidimensionnels.docx differ diff --git a/coursDEV.1.1/9 Les adresses et les pointeurs.docx b/coursDEV.1.1/9 Les adresses et les pointeurs.docx new file mode 100644 index 0000000..e69de29 diff --git a/coursDEV.1.1/note TP DEV.docx b/coursDEV.1.1/note TP DEV.docx new file mode 100644 index 0000000..38e1000 Binary files /dev/null and b/coursDEV.1.1/note TP DEV.docx differ diff --git a/coursDEV.1.1/salut.c b/coursDEV.1.1/salut.c new file mode 100644 index 0000000..e69de29