Hello, I'm new to the forums but I've stumbled upon a problem I hope you guys can help me solve. I want to take a .txt file I have full of numbers, multiply them by ten, convert them into integers, and eventually construct a histogram with them. My biggest problem right now is that I want to limit my data coming in so as to only include numbers between 0 and 20.49. The file I have contains numbers outside those ranges and I am not allowed to modify it. Like I said, I am relatively new to c++ and as such, I will be unable to understand many of the technical terms that may arise. If you can give me examples of what a solution might be, that would be so much better. Thank you in advance.