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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/12/04 12:30
Read: times


 
#79199 - RE: problem in link list
Responding to: ???'s previous message
1) Always do copy-paste and put code between
 and 


2) structure WindowList does not contain a member named temp.Next;

3) in case you meant temp.NextWindow so it is the pointer (see the asterisk in the structure declaration). But struct WindowList temp is the structure, not the pointer! So they are different types.

4) ONLY POST ONCE

Erik



List of 9 messages in thread
TopicAuthorDate
problem in link list            01/01/70 00:00      
   RE: problem in link list            01/01/70 00:00      
   RE: problem in link list            01/01/70 00:00      
      RE: problem in link list            01/01/70 00:00      
         RE: problem in link list            01/01/70 00:00      
            RE: Cross-Posting            01/01/70 00:00      
      RE: problem in link list            01/01/70 00:00      
      RE: problem in link list            01/01/70 00:00      
         RE: problem in link list            01/01/70 00:00      

Back to Subject List