Header File

closed account (1RX1wA7f)
Hello everyone,
under which header file does String's stream "in" come?

I'm getting this error : Unable to resolve identifier in

error: `in' undeclared (first use this function)

Also,
what does the following error mean?
And why & when & how does this error occur?

Execution/run time error:
the instruction at 0x00422820 referenced memory at
0x00000000. The memory could not be "read."
That error sounds a lot like a segmentation fault. Could we please see your code? It seems like you're using an uninitialized pointer or something.

As for in... that sounds like you forgot to declare something because AFAIK there is no std::stringstream "in"... again, do you mind showing your code? It would help us tons. ^_^

-Albatross
The memory could not be "read."

This is pretty off topic, but it always seems to me like the IDE is being ironic. That or the guys who write it never got the memo on unnecessary quotation marks. Which brings us to http://www.unnecessaryquotes.com/

Just so this isn't a completely unnecessary post, it sounds like you're trying to dereference a null pointer, no?
Topic archived. No new replies allowed.