can you explain one primitive thing ???
i dont understand this:

Code:
char * cp;
cp = "Ahoj";

?? when i want to create a pointer to int's array, i write : int * iP[10], but when i want to create char's array (string), i use char * cP only. I hope that what i said here is right......o