30 Novembre
This commit is contained in:
12
DEV1.1/TP14:BiblioGraph/exemple.c
Normal file
12
DEV1.1/TP14:BiblioGraph/exemple.c
Normal file
@@ -0,0 +1,12 @@
|
||||
#include<stdlib.h>
|
||||
#include<graph.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
InitialiserGraphique();
|
||||
CreerFenetre(10,10,500,500);
|
||||
EcrireTexte(10,100,"Hello World !",2);
|
||||
Touche();
|
||||
FermerGraphique();
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
Reference in New Issue
Block a user