Need help with accessing an array that hold pointer to the DATAhow 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 DATAwhile (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 overloadI think i'm missing something when i call the getDATA method in the List class. [code] #includ...
This user does not accept Private Messages