Hi. I have a class defined in Class.cpp, and an instance of this cannot be created in Main.cpp. How can I make main "see" this class definition? Can anyone point me towards a tutorial? The only ones I could find were just for global functions.

Thanks.