void main (void) { books zen; zen.pages = 400; zen.price = 4.99; printf("Zen costs "); ShowPrice(zen); }
void __fastcall TForm1::chkNoClick(TObject *Sender) { ShowPrice(); if(chkNo->Checked) { //chkNo->Checked = false; txtNo->Enabled = true; return; } //chkNo->Checked = true; txtNo->Enabled = false; }
void __fastcall TForm1::txtNoChange(TObject *Sender) { ShowPrice(); }
void __fastcall TForm1::txtPriceEnter(TObject *Sender) { ShowPrice(); }