In the end this is a good example of what not to do.
First I would use a good IDE to put the code in. This should help to make thing look better and help you spot the errors. Two suggestions I have are Visual Studio, that I use, and Code::Blocks. Either will do a good job of indenting your code properly. Providing the code is written properly.
Try compiling the program and see what error messages you get. This is always a good place to start.
A hint void main(). This is no longer used. If your compiler does not find this to be an error then I would say that your IDE/compiler is old and needs updated.
Two more hints:
"conio.h" is a header file that is not available to everyone these days, so there are some people that would not be able to use your code. The same holds true for "clrscr()".
There are several things that need fixed and several part missing, mostly with the class.