Skip to content
  • Brandon Rodriguez's avatar
    19d5abbe
    Read from csv and save to data structure....kind of. · 19d5abbe
    Brandon Rodriguez authored
    For some reason, realloc breaks pointer references and segfaults program.
    Currently avoiding all instances of realloc.
    
    Data is clearly read in and saved to struct, however,
    only date seems to actually save long term. No idea why, as,
    so far as I can tell, I'm allocating memory properly...?
    Nothing should be overridden by future values, and yet they appear to be anyway.
    
    Hottttttnnesssss is not implemented.
    19d5abbe
    Read from csv and save to data structure....kind of.
    Brandon Rodriguez authored
    For some reason, realloc breaks pointer references and segfaults program.
    Currently avoiding all instances of realloc.
    
    Data is clearly read in and saved to struct, however,
    only date seems to actually save long term. No idea why, as,
    so far as I can tell, I'm allocating memory properly...?
    Nothing should be overridden by future values, and yet they appear to be anyway.
    
    Hottttttnnesssss is not implemented.
Loading