Thread: parsing problem
View Single Post
  #4 (permalink)  
Old 05-29-2008, 03:56 PM
Chris.Brown.SPE's Avatar
Chris.Brown.SPE Chris.Brown.SPE is offline
Member
 
Join Date: Apr 2008
Location: State College, PA
Posts: 50
Chris.Brown.SPE is on a distinguished road
Send a message via AIM to Chris.Brown.SPE
As far as data structures go, i would think that the linked list would be your best bet if you are just grabbing pieces and putting them into the structure from a file on indefinite length, but if you are parsing different parts out of it then you might need a custom structure for all of your parts. Would need more specifics on the problem.
Reply With Quote