cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
error: no match for operator >>
error: no match for operator >>
Feb 5, 2018 at 5:45am UTC
awong918
(19)
the code:
https://i.imgur.com/bPwl3US.png
the error occurs at line 30
thanks for any help!
Feb 5, 2018 at 9:01am UTC
coder777
(8443)
The
key
array contains pointer to strings. The stream does not know what to do with this pointer. Since the pointer seems not to make any sense remove the
*
when defining the
key
array.
Topic archived. No new replies allowed.