| |
|
 |
Categories
C++
Code
Topic:
Pointer question
|
Author:
Geir Haugom
|
Time:
10.11.2000 10:32
|
Text:
Hi
What is the difference (if any) in these two lines of code:
char* ptr1;
char *ptr2;
and what does it mean when you use 2 "*"
like:
**ptr ?
|
Message threads
|
 |
|
|