I have this code and for line 18 it is telling me that no suitable user-conversion from "BigInt" to "BigIntP" exists
It als gives this error for that line:
error C2440: 'initializing' : cannot convert from 'BigInt' to 'BigIntP'
1> No constructor could take the source type, or constructor overload resolution was ambiguous
Can someone tell me what is going wrong ? Because as far as I know I did define a data conversion between those 2.
I added this constructor to my code and it works now. But I still don't understand why it didn't work. It would be nice if someone could explain that to me.