Ask Your Question
0

Where to find string.h??

asked 2016-02-24 03:39:35 -0600

GANESH PRASAATH L gravatar image

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

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2016-02-24 05:48:41 -0600

zshn25 gravatar image

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

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

Hope it helps

edit flag offensive delete link more

Comments

did the same but that does not work

GANESH PRASAATH L gravatar imageGANESH PRASAATH L ( 2016-02-25 03:12:19 -0600 )edit

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

zshn25 gravatar imagezshn25 ( 2016-02-25 04:10:46 -0600 )edit

it does not work

GANESH PRASAATH L gravatar imageGANESH PRASAATH L ( 2016-02-25 23:51:28 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2016-02-24 03:39:35 -0600

Seen: 267 times

Last updated: Feb 24 '16