I'm new at c++ programming and i've read my c++ book several times on while loops and how to create them and i just get more confused the more i read this technical book. Could someone please help me out with how to start or make one, i'm making a procedure for a address book with 10 address so 0-9 but i just dont know how to start it.
void some_procedure_to_store_the_address(ADDRESS& some_ADDRESS_data, ADDRESS some_array[])
{
// local variables
/* none used */
// get the address book array
// get address temp
// need to setup a loop
statement or statement-block is executed repeatedly until "expression" becomes false or zero. If expression is false/zero to begin with, statement-block or statement is not executed at all.