From a12524d8d1aaf51cec3f57a93045dff2996973a5 Mon Sep 17 00:00:00 2001 From: medina5 Date: Wed, 12 Nov 2025 15:21:38 +0100 Subject: [PATCH] move --- td6.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/td6.md b/td6.md index 72d1d75..fca45eb 100644 --- a/td6.md +++ b/td6.md @@ -46,6 +46,16 @@ Votre choix : _ Proposez une structure cohérente +``` +==================================== + Création de compte +==================================== +Nom : +Prenom : +Date de naissance : +------------------------------------ +``` + ### Enregistrement d’opération * L’utilisateur choisit un compte existant. @@ -115,6 +125,7 @@ int main() { | `getch()` | Attend une touche du clavier | | `echo()` / `noecho()` | Active / désactive l’affichage de la saisie | | `curs_set(0 ou 1)` | Affiche ou cache le curseur | +| `move(y, x)` | Se déplacer Pour les saisies @@ -154,3 +165,7 @@ fichier tasks.json ] } ``` + +Instructions : + +- faire une fonction d'affichage par menu