When you create a project(with two or more .cpp files), where do the files 'type in' the code. I am having the definitions of my class in xxxx.h, and the definitions of the member functions in xxxx.cpp, and the main program in main.cpp, and I get linker errors. I'll post code if ya need it.