Hello guys, I have this program that I recently created on MS visual studio that adds fractions. It works great in visual studio, but when I run it in x-code I get errors on all of my operator overloading functions. I have included a function where i'm overloading the "*" symbol in my implementation file, which is where the error occurs. The error states "No matching constructor for initialization of 'fraction::rational". I was wondering if anyone has had experience with this problem and could point me in the right direction. I'm trying my best to learn how to use both compilers successfully. Thanks for any input :)