Ask Your Question
0

Where to find string.h??

asked Feb 24 '16

GANESH PRASAATH L gravatar image

fatal error C1083: Cannot open include file: 'string/string.h': No such file or directory

Preview: (hide)

1 answer

Sort by » oldest newest most voted
0

answered Feb 24 '16

zshn25 gravatar image

Use #include <string> or #include <string.h>.

The solution is that you should use <..> instead of '..'.

Hope it helps

Preview: (hide)

Comments

did the same but that does not work

GANESH PRASAATH L gravatar imageGANESH PRASAATH L (Feb 25 '16)edit

How about strings.h? (the plural of string)

zshn25 gravatar imagezshn25 (Feb 25 '16)edit

it does not work

GANESH PRASAATH L gravatar imageGANESH PRASAATH L (Feb 26 '16)edit

Question Tools

1 follower

Stats

Asked: Feb 24 '16

Seen: 307 times

Last updated: Feb 24 '16