Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/20/03 01:24
Read: times


 
#39507 - RE: Arrays of structures
Responding to: ???'s previous message
pointer=whatsit[4]
stuff=((*pointer)+floop);
Why not just
stuff = whatsit[ 4+floop ]
It is not necessarily the case that using an intermediate pointer will always give you more compact code.

I have discussed this in more detail on the Keil forum before - I'm afraid you'll have to do the 'Search' yourself...! ;-)

List of 9 messages in thread
TopicAuthorDate
Arrays of structures            01/01/70 00:00      
   RE: Arrays of structures            01/01/70 00:00      
   RE: Arrays of structures            01/01/70 00:00      
      RE: Arrays of structures            01/01/70 00:00      
   RE: Arrays of structures            01/01/70 00:00      
      RE: Arrays of structures            01/01/70 00:00      
   RE: Arrays of structures            01/01/70 00:00      
      RE: Arrays of structures            01/01/70 00:00      
   RE: Arrays of structures            01/01/70 00:00      

Back to Subject List