Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

illegal indirection??

Status
Not open for further replies.

dqp

Programmer
Jan 16, 2004
1
CA
Hi,

Could someone explain to me what a:
"C2100 illegal indirection" would be in VC++?
And what I would need to look for to solve this problem.

Thank you!
Dave
 
Trying to do
Code:
*foo
foo[0]
foo->member
foo()
Where foo is not a pointer, array, structure pointer or function respectively.

Also, next time, post some code along side the error message.

--
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top