+ 1
c++ string array
https://code.sololearn.com/cu6cr9aEgYeU/#cpp Compile error: _count is not declared.. I don't know how to solve this .
5 Answers
+ 2
Maybe this will help somehow.
https://code.sololearn.com/cCdptxzvefnc/?ref=app
+ 1
you should include the header file cstring:
https://code.sololearn.com/c68hY5KJNdDR/#cpp
+ 1
Mohamed ELomari đđđ
I did not expect this code to work.
Can you explain how it works?
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