In C++, what is a const char*? And when using const char* would this be well suited or just using string&?
As well as why do I get an error when I try having the username has const char, but I do not get an error when makingconst char usernameinto aconst char* username? What is the reason for this error I am getting?
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here