struct Entry{ string name; int number; }; Entry phone_book[3] [code] The source code above is from <<The c++ programing language>>, The book don't say how to give the type Entry some value. How to do this? Thank you, and sorry for my poor English.