Is there a split type function for C++ similar to Java? I know of ignore, but I don't quite understand it, and how it'll work for my case.
My input is:
{
item = ball
book = lord of the rings
movie = star wars
}
My input given is an <attribute>
= <value>
and I have to store the two in different strings, or integers (depending on the value, for example, if its a number, use an integer).