Hi everyone,
Does there exist a function to seach for a string in a file, when I have a pointer to a character array:
Does there exist a function to seach for a string in a file, when I have a pointer to a character array:
Code:
ifstream infile = f.c_str();
Comment