i need some help....I am new to c++ and got a project to write code for a dvd inventory system......

i must be able to add title, length of movie
bonus info and dvd info length...this should be a loop because don't know how many bonus info will be entered by the user....



this is the menu so far....i need help plzzz...

cout<<"**************************************************************"<<endl;
cout<<"* *"<<endl;
cout<<"* DVD Collection *"<<endl;
cout<<"* *"<<endl;
cout<<"**************************************************************"<<endl;
cout<< endl;
cout<< endl;
cout<< " 1- Enter DVD information"<< endl;
cout<< " 2- View DVD information"<< endl;
cout<< " 3- Exit the application"<< endl;