Hi,

I have created a BankID structure with an int and char * parameter.

And, I m trying to access this int and char parameter of this structure.

i have created an instance of this structure as bankID *bankid1;

I am trying to access this as bankid1->pass(which is int!)////

but, i get the error - DEFERENCING POINTER TO AN INCOMPLETE TYPE !!

What does this mean ??

How can i solve this??

Thanks,