I'm writing a wrapped data class to allow me to easily convert between several similar datatypes. That is, I have a class MyClass which internally represents an item, but can interact with ints, ...
Hey guys this should be an easy one for you, but I've been stressing for like an hour trying to figure out why c++ wont let me access a private data member via a friend function so i can overload the ...