while(not end of line)
{
name = collect characters until the semicolon or end of line
movie.actors.push_back(name)
}
jayburn00, I think you are over thinking the problem just like in the other thread about building a tree. Just put together a small program that adds strings into a vector of strings so that you can experiment. Then apply what you've learned back into this assignment.

New Topic/Question
Reply




MultiQuote




|