View Single Post
  #3 (permalink)  
Old April 28th, 2006, 09:04 AM
perstam perstam is offline
Authorized User
 
Join Date: Apr 2006
Posts: 17
Thanks: 2
Thanked 0 Times in 0 Posts
Default

Thanks for your help.

From what you've said it looks like C++ does not provide a syntax to both increment the pointer and dereference it at the same time when dealing with an array of struct.

However, when I want to both dereference a pointer to a simple array and increment the pointer at the same time the *Ptr++ syntax works just fine.

By the way, is there some setting in this forum where I can get an email notification when a reply is posted to my questions?

Sam Stamport
Reply With Quote