You can use them as usual pointers to char and they are indeed pointers to char.
Is it today such a strange day that there are so many stupid questions in the forum?
Why are you asking about command line parameters when you knowing nothing about character arrays?! Why are you bothing the forum instead of to read some book on C++?!!
I've another question: What, if I want to enter a prameter that uses spaces?
E.G. if i have an encryption Program that needs a key but mustn't ask for a key each time so it has to be a parameter, but it is necessary for the program to accept a key that contains spaces, how can i pass the program the key?