the int main stays the same. when i build the program it just says like the function setNumber and getNumber can't be matched or something like that
I'm not understanding how the source cpp file double semi colon is suppose to work. I thought that the cpp file is where the functions are suppose to go. and the header is the declarations. Did i mess up the function syntax? Thanks
Okay I finally messed around enough to get what's wrong with this now. I needed to add the data types void and int before the class Number and double semi colon. and I also need to declare the int transfernumber in the headerfile