Problemme de compilation
un message a tout programeurs
-
loupius Messages postés 789 Statut Membre -
loupius Messages postés 789 Statut Membre -
Bonjour,
Mon problème, Lorsque compiler avec code::blocks mon programme (Tout programme) Affiche le message suivant :
Process terminated with status -1073741510 .
par Exemple se programme :
#include<stdio.h>
#include<stdlib.h>
const int k=100;
int t[k];
void remplir(int t[],int i)
{
for(i=1;i<=10;i++);
{
t[i]=rand()%1000;
}
}
void afficher(int t[],int i)
{
for(i=1;i<=10;i++);
{
printf("\n t [i]= ",i,t[i]);
}
}
int max=t[1];
int maxi(int t[],int i)
{
for(i=1;i<=10;i++);
{
if(t[i]>=max) max=t[i];
}
return(max);
}
int main(int t[],int i)
{
remplir(t,i);
afficher(t,i);
maxi(t,i);
return(0);
}
Mon problème, Lorsque compiler avec code::blocks mon programme (Tout programme) Affiche le message suivant :
Process terminated with status -1073741510 .
par Exemple se programme :
#include<stdio.h>
#include<stdlib.h>
const int k=100;
int t[k];
void remplir(int t[],int i)
{
for(i=1;i<=10;i++);
{
t[i]=rand()%1000;
}
}
void afficher(int t[],int i)
{
for(i=1;i<=10;i++);
{
printf("\n t [i]= ",i,t[i]);
}
}
int max=t[1];
int maxi(int t[],int i)
{
for(i=1;i<=10;i++);
{
if(t[i]>=max) max=t[i];
}
return(max);
}
int main(int t[],int i)
{
remplir(t,i);
afficher(t,i);
maxi(t,i);
return(0);
}
A voir également:
- Problemme de compilation
- Breach compilation c'est quoi - Guide
- Problemme de péripherique bleuthout - Forum Matériel & Système
- Erreur de compilation projet ou bibliothèque introuvable - Forum VB / VBA
- Message d'erreur Excel projet ou bibliotheque introuvable ! - Forum Excel
- Compilation error: expected unqualified-id before '{' token ✓ - Forum C++