essaie de la bibliothèque graphique
This commit is contained in:
14
graphique/fenetre.c
Normal file
14
graphique/fenetre.c
Normal file
@@ -0,0 +1,14 @@
|
||||
#include <stdlib.h>
|
||||
#include <graph.h>
|
||||
|
||||
|
||||
int main (void) {
|
||||
|
||||
InitialiserGraphique();
|
||||
CreerFenetre(10,10,500,500);
|
||||
EcrireTexte(10,100,"Hello World !",2);
|
||||
Touche();
|
||||
FermerGraphique();
|
||||
return EXIT_SUCCESS;
|
||||
|
||||
}
|
Reference in New Issue
Block a user