Hello again, i've just finished defining my first fairly large c++ class. However i would like to now place the class definition somewhere else and just work on my source file. I'm a little confused by implementation files,header files,etc. Is there a good tutorial that shows how it all works.I'm fairly familiar with header files but i believe you can only store member function prototypes in these ??