c++ string array | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

c++ string array

https://code.sololearn.com/cu6cr9aEgYeU/#cpp Compile error: _count is not declared.. I don't know how to solve this .

3rd Aug 2019, 7:52 AM
김도현
김도현 - avatar
5 Answers
+ 2
3rd Aug 2019, 10:01 AM
Solo
Solo - avatar
+ 1
you should include the header file cstring: https://code.sololearn.com/c68hY5KJNdDR/#cpp
3rd Aug 2019, 1:17 PM
MO ELomari
MO ELomari - avatar
+ 1
Mohamed ELomari 👏👏👏 I did not expect this code to work. Can you explain how it works?
3rd Aug 2019, 7:42 PM
Solo
Solo - avatar
0
I'm not sure I got the same error as you, since mine is undeclared function to every function calls. I fixed it by adding cstring header
3rd Aug 2019, 8:12 AM
Agent_I
Agent_I - avatar