Open vilhelmen opened 9 years ago
Preventing the end user from seeing/touching the data structure contents is nice, but it's just not as fun to use and makes it very inflexible in some ways.
Best practices = opaque object. Create an in-place constructor to alleviate along with function that reports needed size?
Preventing the end user from seeing/touching the data structure contents is nice, but it's just not as fun to use and makes it very inflexible in some ways.