Where to find string.h??
fatal error C1083: Cannot open include file: 'string/string.h': No such file or directory
Use #include <string>
or #include <string.h>
.
The solution is that you should use <..> instead of '..'.
Hope it helps
Asked: 2016-02-24 03:39:35 -0600
Seen: 299 times
Last updated: Feb 24 '16