Subj : Re: problem about class i have to do to send my teacher To : borland.public.cpp.borlandcpp From : maeder Date : Sun Sep 12 2004 08:10 pm "briham" writes: > i have an home work about class this is what i do. what i'm done wrong How is the program supposed to behave? How does it? > void Main() C++ identifiers are case sensitive. Please look up how this function has to be named. Also note that its return type has to be int, not void, even if many compiler let you get away with return type void. .