Hello Everytone,

I have made this far in this beginning class thanks to all your help.... And now I'm having a BIG problem working on my last project......
I'm trying to make a cliend code file that will link to a class that contains few functions (specifications), and I also need to make a implementation file for the class. I think I got some general ideas as how specification and implementation work, however, would someone please give me some beginner pointers as how those things work together, such as some skeletal codes.

In addition, I'm using the Microsoft visuall ++ software to create all the files. I read the book that says the integrate environment (such as MS C++) will link all files automatically. However, mine didn't seem to work. I've used #include "class.h" on the heading for the client code and implementation, what else did I miss?

Thanks so much again everyone!!