Skip to content

No more raw pointers

Pre-release
Pre-release

Choose a tag to compare

@hofmannu hofmannu released this 26 Dec 11:41
· 13 commits to main since this release

I think this was one of my first C++ projects and I had no idea of data structures. Everything here was before based on raw allocations and some flags that make sure that the memory is cleanup when the class is destroyed. I moved all of this now to use of vector instead to maintain my sanity.