NateEpps / ncc4

2 stars 0 forks source link

DataSection class #34

Open NateEpps opened 1 year ago

NateEpps commented 1 year ago

No duplicates! 👍🏼

NateEpps commented 1 year ago

Rolled in issue #4

NateEpps commented 1 year ago

Comment from #4:

Could use map<size_t, string> to make STL usage easier, vector requires linear lookup to retrieve index as well, with map it comes with