TD 6

2025-11-12 13:45:15 +01:00
parent fcf466041d
commit 87c488514e

11
td6.md

@@ -50,7 +50,6 @@ Proposez une structure cohérente
* Lutilisateur choisit un compte existant.
* Le programme demande :
* le type dopé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 dun programme utilisant ncurses
```shell
$ gcc main.c -lncurses -o banque
```
```C
#include <ncurses.h>
@@ -133,9 +125,6 @@ mvprintw(3, 5, "Nom : ");
getstr(nom);
```
fichier tasks.json
```json