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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/22/06 13:50
Read: times


 
#118849 - 2 dimensional array for tusb2136, sdcc
Hey, I'am wondering what the correct way is to create a 2 dimensonal array in the code space with SDCC.

code char test[5] = {1,1,1,1,1}; works
code char test[5][5] = {1,1,1,1,1},{1,1,1,1,1}; ?????? curly bracket error.

If some1 knows a good refrence site for this information I would be most happy.

List of 13 messages in thread
TopicAuthorDate
2 dimensional array for tusb2136, sdcc            01/01/70 00:00      
   I do not know about SDCC, but as far as            01/01/70 00:00      
      w00t            01/01/70 00:00      
      Surely..            01/01/70 00:00      
   K&R            01/01/70 00:00      
   my eyes must be getting weak            01/01/70 00:00      
      some1 is not realy bad :(            01/01/70 00:00      
         SMS speak vs. real abbreviations            01/01/70 00:00      
         no SMS please            01/01/70 00:00      
            Its not a real problem            01/01/70 00:00      
               SMS            01/01/70 00:00      
                  The real problem is ...            01/01/70 00:00      
                     Not quite the point            01/01/70 00:00      

Back to Subject List