|
-
Jun 10th, 2001, 01:41 PM
#1
Thread Starter
Member
Can you explain me...??
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|