View Single Post
  #2  
Old 04-02-2011, 01:38 PM
Zhi Zhi is offline
Member
 
Join Date: Mar 2011
Posts: 49
I checked the Python website. It seems a similar structure to the "struct" in C would be the "list" or "dict". The "list" is more like an array in C, while the "dict" is similar to the "struct". However, I don't know how to combine the list and dict to make a struct array. Can anyone help me?

Zhi
Reply With Quote