what i need is read input from txt file than store each information to different variable... the most tricky one is the name, because it has many spaces...
example
input >> number >> name >> email
//for this one (123 david john email@email)
123 will store in "number", david store in "name" and email store john
and what i want is "123" store in "number"
"david john" store in "name"
"email@email" store in "email"