You apparently chose to ignore the advice given to you in the thread you deleted.
1) What errors are you getting? We are not mind readers.
2) Please post sinlist.h. We can't compile what you have posted without it.
3) You were asked before to use code tags. PLEASE DO SO. http://www.cplusplus.com/articles/jEywvCM9/
Hint: You can edit your post, highlight your code and press the <> formatting button.
If you're not going to make the slightest bit of effort to make your posts readable, why should we spend the slightest bit of effort helping you?
Well in any case it's not good C++ code. It looks like it was originally C and been 'updated' to be sort of C++ with some classes. It still uses C file handling and some C con-structs. It also uses conio.h and system() etc. IMO I'd consider scrapping this code and starting from scratch with some properly designed/coded C++ code.