Guest_imported
New member
- Jan 1, 1970
- 0
I'm trying to make something called a "Histogram," using Microsoft Visual C++. The object is to output the quantity of each letter within the String input. I'm trying to isolate certain characters by using string to into conversion, but am completely unsuccesful at isolating a single character from the String. ANY SUGGESTIONS?