If it's not finding it, that's because it isn't there. (Note that spaces are relevant.)

For instance:


#include <string>

int main(void) {
char *bob = "(Test),(Test)";
char...