Is my understanding of pointers correct?I didnt see your posts after the last one, ill look up the bridge pattern. is there any other patter...
Is my understanding of pointers correct?Those are interesting use cases as well, and im sure ill be using some of those for game development...
Is my understanding of pointers correct?I'll take a look at those functions. I always prefer and use smart pointers over raw ones for sure,...
Using std::variant to reduce getter and setter clutterOh for certain, I agree, error checking is super important, and if i was going to release an actual ...
Is my understanding of pointers correct? So I've been studying pointers and really trying to learn how to use them and how they work, and I...