Créer un jeu video facilement
Résolu
Ben Sim Monney
-
Calmar -
Calmar -
Bonjour,
J'aimerais savoir comment créer un jeu vidéo simplement, si possible sans code::blocks.
PS: déjà été sur le site le Zer0, mais trop long et ptt. problème avec code::blocks (message ds la zone build log lorsque je clique sur build, run ou build and run :
"variables - Debug" uses an invalid compiler. Probably the toolchain path within the compiler options is not setup correctly?! Skipping...
Nothing to be done.
après avoir entré :
#include <stdio.h>
#include <stdlib.h>
int main()
{
printf("Hello world!\n");
return 0;
}
Merci !
J'aimerais savoir comment créer un jeu vidéo simplement, si possible sans code::blocks.
PS: déjà été sur le site le Zer0, mais trop long et ptt. problème avec code::blocks (message ds la zone build log lorsque je clique sur build, run ou build and run :
"variables - Debug" uses an invalid compiler. Probably the toolchain path within the compiler options is not setup correctly?! Skipping...
Nothing to be done.
après avoir entré :
#include <stdio.h>
#include <stdlib.h>
int main()
{
printf("Hello world!\n");
return 0;
}
Merci !
A voir également:
- Créer un jeu video facilement
- Créer un compte google - Guide
- Comment créer un groupe whatsapp - Guide
- Montage video windows - Guide
- Créer un lien pour partager des photos - Guide
- Créer un compte gmail - Guide
#include <stdio.h>
#include <stdlib.h>
int main()
{
printf("Hello world!\n");
return 0;
}
En bas, dans l'onglet build log, il me marque :
"variables - Debug" uses an invalid compiler. Probably the toolchain path within the compiler options is not setup correctly?! Skipping...
Nothing to be done