User: zeroisk

  • Public profile

User profile: zeroisk

User info
User name:zeroisk
History
Joined:
Number of posts:16
Latest posts:

Need help with accessing an array that hold pointer to the DATA
how to i write my p array as a pointer-to-pointer-to-Data? [code] int main () { int var; in...

Need help with accessing an array that hold pointer to the DATA
while (in >> p[i]) { i++; } this is where im having trouble. i know that p is an arr...

Question about the syntax of pointer to pointer.
cout << *p[i] << "\n"; is this statement wrong? im trying to access the elements in the the array of...

Need help with extraction operator overload
[code] DATA List::getDATA(DATA d, int i) { d = *p[i]; return d; } int main(int argc,char ...

Need help with extraction operator overload
I think i'm missing something when i call the getDATA method in the List class. [code] #includ...

This user does not accept Private Messages