essaie de la bibliothèque graphique
This commit is contained in:
parent
4a1b59d917
commit
edadb27e2e
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;
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user