Error with multiple definitions of function

I am trying to relearn C++ after taking an intro course a few years ago and I’m having some basic problems. My current problem occurs when trying to use a friend function. Here is my code in 2 files. First: Second: The error I am getting is “multiple definition of `funct()’”. Am I using the … Read more