I want to convert a randomly generated char to a string then compare it to a string as a test for a binary search.
I will concatenate the chars to a string from 3 to 10 chars in length.
What is the proper way to convert a char to a string if I am using
#include <string>