I am not to sure where to post this question but I thought that this would be the best place to put it. Here it goes.
I am a noob c++ programmer, I make mistakes but I do learn from them. I am writing a program to mess around with classes and inheritance. I have everything thought out except for one thing. I am going to cite the problem/example.
When the user selects a deposit and types in lets say 25.46; How do I get rid of the period. I do not want to use two integers values to store it. Thank you for your help.
I am a noob c++ programmer, I make mistakes but I do learn from them. I am writing a program to mess around with classes and inheritance. I have everything thought out except for one thing. I am going to cite the problem/example.
When the user selects a deposit and types in lets say 25.46; How do I get rid of the period. I do not want to use two integers values to store it. Thank you for your help.
Comment