string str : is a fixed, read-only string stored in memory. You cannot modify it. so it is more correct and safer to be (const) char[]
Loading collection data...
string str : is a fixed, read-only string stored in memory. You cannot modify it. so it is more correct and safer to be (const) char[]