Where to find string.h??
fatal error C1083: Cannot open include file: 'string/string.h': No such file or directory
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
Mat to String and back in OpenCV4Android
quotation marks surrounding string during writing to file with FileStorage in Qt
Encoding corrupts image! [closed]
possible to convert value of a Point to string? opencv c++
Detect fixed string in the image
Convert 3 channel BGR image to bytes string in C++ [closed]