struct array | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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 ответ
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