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 09:35
Read: times


 
#79188 - problem in link list
xdata struct WindowList{
struct Windows * thisW;
struct WindowList * NextWindow;

};
xdata struct WindowList temp;
temp=temp.Next;//this line is generating an error.'=' incompatible operand

What is the reason of this error and how can i traverse this linklist.

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