|
You can distribute code over multiple .cpp files. You just have to make sure that each of those files has access to the necessary declarations. That's what your .h file is for. You should show a brief example of your files, including the #include statements.
|