6 ms·
Great explanation, as someone who is new to C++ and actively learning, these perspectives are invaluable. I have been using some shared pointers in a personal
by snakey 4y ago
Great explanation, as someone who is new to C++ and actively learning, these perspectives are invaluable.
I have been using some shared pointers in a personal project because of its ease of use but I aim to review and refactor this code to follow C++ idioms more appropriately. Thank you!