Well I have made separate programs for testing and debugging purposes and now I want to put them together. Is it possible to use one .cpp as some sort of a header file, and call it later on? I saw it done before but I think it was a makefile(which I don't really know much about yet) but I want to know if it's possible in a normal project.
I use CodeBlocks as my main IDE but the question is in general