[Solved] C++ – Self made Big integer class gives errors
You didn’t say exactly what errors you were getting, but you added some in-line comments. It’s best to post the exact error message separately from the code (and also indicate which line it came from, and what you expected that line to do). Looking at this one: if (a.leftLeft == b.leftLeft = 0){ there is … Read more