There are many times that I get compile errors when I use char* instead of const char*. So, I am not sure the actual difference, the syntax and the com
char*
const char*
non-constant
constant