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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/05/10 17:08
Read: times


 
#172177 - Hybrid?
Responding to: ???'s previous message
For a Caller ID project I did I wanted the user to be able to delete random messages from the stored message list. One of the iterations used a set of records in a array where each record element was call data plus "pointer" (index) to the next one. That allowed the list to grow and shrink as well as for insertion and deletion. If memory serves the final version was just a LIFO type array and when a record was removed, all the other ones moved up a slot. It was a fun exercise though. I've never used malloc in an 8051 project and doubt that I ever will. There is usually some other alternative.

List of 21 messages in thread
TopicAuthorDate
Linked List in 80C51            01/01/70 00:00      
   What problem are you trying to solve?            01/01/70 00:00      
   possible? it's standard C            01/01/70 00:00      
   possible? it's standard C            01/01/70 00:00      
      Maybe not so bad            01/01/70 00:00      
         Hybrid?            01/01/70 00:00      
            It works            01/01/70 00:00      
               No pointers?            01/01/70 00:00      
                  Yes the Index            01/01/70 00:00      
                     Pointer vs Index?            01/01/70 00:00      
                        Anyone sorting?            01/01/70 00:00      
                           Not only time is a problem            01/01/70 00:00      
                              Knuth?            01/01/70 00:00      
                                 Who is Tenebaum?            01/01/70 00:00      
                                    How to cite references            01/01/70 00:00      
                                       Yes, references are important            01/01/70 00:00      
                                    Data Structures Using C            01/01/70 00:00      
   Dynamic memory allocation            01/01/70 00:00      
      This is done in programming class            01/01/70 00:00      
      since the name has many meanings ...            01/01/70 00:00      
         Probably more general than that...            01/01/70 00:00      

Back to Subject List