diff --git a/td6.md b/td6.md index c2e3d1a..4204e56 100644 --- a/td6.md +++ b/td6.md @@ -50,7 +50,6 @@ Proposez une structure cohérente * L’utilisateur choisit un compte existant. * Le programme demande : - * le type d’opération : **Dépôt (D)** ou **Retrait (R)** ; * le montant (nombre réel positif). * Le solde du compte est mis à jour. @@ -89,13 +88,6 @@ Solde actuel : 150.00 € ## NCurses -Compilation d’un programme utilisant ncurses - -```shell -$ gcc main.c -lncurses -o banque -``` - - ```C #include @@ -133,9 +125,6 @@ mvprintw(3, 5, "Nom : "); getstr(nom); ``` - - - fichier tasks.json ```json