So, I'm currently enrolled in a C++ class and our homework assignment is to make a program that filters out and counters the integers from a file and prints everything else into a new file. I have everything working except for the filter code. Can someone go about showing me what I would have to put to make it filter out the integer values and place the non-integer values into the new file?