move
15
td6.md
15
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
|
||||
|
||||
Reference in New Issue
Block a user