slt,est ce que je peux convertir un string en tableau de char? je travaille sous VC++
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4 CString str; char ip_adress[15]; ptr5->GetWindowTextW(str);
slt,est ce que je peux convertir un string en tableau de char? je travaille sous VC++
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4 CString str; char ip_adress[15]; ptr5->GetWindowTextW(str);
Partager