Overloading Operator+ won't take both sidesMain.cpp [code]#include <iostream> #include <string> #include "Classes.h" using namespace std; int ...
Overloading Operator+ won't take both sidesSo I'm trying to add two objects of a class i made called NaturalNumber, however when i try to add t...
Assigning char to an arrayOne other thing you want to fix is inside all your if/else if statements you're using < when you wan...
My version of a Caesar Cipher works, except for one final problem.Thanks for the response AbstractionAnon. I should have mentioned this above, In my new code I have...
My version of a Caesar Cipher works, except for one final problem.If everything still runs correctly even with this new code then Im not sure what the problem is. I'l...
This user does not accept Private Messages