guys,
i am confused as how to write a constructor. all i want to do is the following:

FlatElement::FlatElement(void)
{
what do i put in this constructor

}

FlatElement::FlatElement(char, char *, int)
{
and how do i assign symbol to char
name to char*
size to int
}
i guess this is simple stuff, i just cna't get it!??!?!