struct array | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

struct array

https://code.sololearn.com/cAyq30Y03Q8o/#cpp compile error: string error ... I cannot solve it..

4th Aug 2019, 3:16 AM
김도현
김도현 - avatar
1 Réponse
0
In line 13 SAM a = {"kim". "010-1111-1111"}; Note that you used dot after "kim". You should use comma separator instead Like this SAM a = {"kim", "010-1111-1111"};
4th Aug 2019, 3:21 AM
Agent_I
Agent_I - avatar