Struktury w języku C/C++
32: for (int i=0;i<3;i++) // wyświetl trzy rekordy displayRecord(i, listArrayfi]);
06: void displayRecord(int, mailingListRecord mIRec);
// czy podano właściwy numer?
= getch();
// przepisz rekord do tymczasowej struktury
mailingListRecord temp = listArrayfrec];
cin.getline(listArray[index].firstName,sizeof(listArray[index].firstName) -1); cin.getline(listArray[index].lastName,sizeof(listArray[index].lastName) -1);
cin.getline(listArray[index].address,sizeof(listArray[index].address) -1); cout << "Miasto:
cin.getline(listArray[index].city,sizeof(listArray[index].city) -1);
: "Stan:
cin.getline(listArray[indexJ.state,sizeof{lisb char buff[10]; cout « "Kod pocztowy: cin.getline(buff, sizeof(buff) -1); listArray[index].zip = atoi(buff);
ray[index].state) -1);
// wyświetl rekord
displayRecord(rec, temp); getch();
n, mailingListRecord mIRec)
< "Rekord" « (num + 1) «« endl;
< "Nazwisko: " << mIRec.firstName << "
< mIRec.lastName;
:< endl;
< mIRec.city <<
< mIRec.state <
< mlRec.zip;
9:}