Final program of the year, everything is written except for the few lines of code dealing with bool. Everything I've come across for bool is basically vague references. If someone could help me with the following or point me in the right direction it would be greatly appreciated!!

The main program itself is dealing with abstract base classes and derivation (each class has the 2 functions getdata and showdata). The part I'm having trouble with:

In one of the derived classes, one data member is called "hitch" which is defined as bool. A hint was given..."for the hitch enter a value into another field and then use that field to control setting the hitch field to true or false."


I feel like such a twit since we are so far into C++, that I can't deal with something that should be so "simple." Like I said, any help would be appreciated!!!


Thanks again,
Christina