Salut � tous
elle m'affiche l'erreur :
Code : S�lectionner tout - Visualiser dans une fen�tre � part
1
2
3
4
5
6
7
8
9
10
11 array<int^> ^tab = gcnew array<int ^>(nbr_taches); array<int^> ^tab2 = gcnew array<int ^>(nbr_taches); int i,j; int s,s1; for ( i=1; i <= nbr_taches; i++){ s=tab[i] / tab2[i]; s1+=s; }Merci de m'aider � trouver la solution.error C2676: '/'*binaire : 'System::Int32 ^' ne d�finit pas cet op�rateur ou une conversion vers un type acceptable pour l'op�rateur pr�d�fini
Partager