Bnjr,
mon problem qui me bloque c comment surcharger l operator << pour afficer un tableau et l operator >> pour lire un tableau
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6 main() { .... cout<< tab ; .... }
Bnjr,
mon problem qui me bloque c comment surcharger l operator << pour afficer un tableau et l operator >> pour lire un tableau
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6 main() { .... cout<< tab ; .... }
Partager