Open files in a directory with a for loop

C strings and C++ strings
Difference between string and char[] types in C++
std::string
TString
Character Sequences
Pointers
What is the difference between char a[] = “string”; and char *p = “string”;