View Single Post
Old April 1st, 2003, 09:43 AM     #7 (permalink)
Morphios
Junior Member
 
Join Date: Mar 2003
Location: Florida USA
Posts: 18
Hi All

Once again wondered if someone could look at what has been done and tell me if I am going in the right direction, or tell me where I am going wrong.




Code:
BarrierType::BarrierType(void)
{
    State.BarrierType = true;
    Mode.BarrierType = 'P';
    Code.BarrierType = '0000';
}

Question 1: Can I do this to initialize Class BarrierType
Question 2: Am I barking up the wrong tree again.

Once again any help greatfully appreciated.

Morphios

Last edited by Morphios : April 1st, 2003 at 10:02 AM.
Morphios is offline   Reply With Quote