[Solved] Multiple definition error on the same line
As some of the commentors mentioned it appears this kind of problem is most often caused by trying to compile the same file twice. Including an implementation (.cpp) file is a quick way to do this. Another way to compile a file twice is to include it twice in the project, which is what created … Read more