One of my managers told me this thing: If engineer is C++ Developer they're automatically senior no matter their age. ๐
Pointers aren't worst part of C++.
Laughs in template error
Once you get a hang of it - pointers are actually very easy... They just have a bad reputation... ๐
I can 256% relate to it. Pointer in c++ are very confusing
Oh No !!! Behave youtself, C++.
This is why we have smart pointers now...
Not sure how a general usability problem boils down to pointers. Maybe learn C beforehand and use C++ as you need toโฆ that could be a nice learning path.
This would make sense in C but I donโt get it here there are billions of was to use C++ without needing pointers
I just use C-style pointers.
Instead of "pointers" falling could be "leaking".
Even Google thinks C++ is hard
C++increase the ability of gemin very faster ly i think we should use it regularly in some time of disscution with Gemini
when u realize the power of pointers
why is this so accurate ๐๐๐๐ญ๐ญ๐ญ
Malloc laughing in a corner๐๐๐๐
Me when I point to the empty set
Pointers aren't the hard part of C++๐๐.
That's what valgrind is for. ยฏ\_(ใ)_/ยฏ I've been known to just throw everything on the heap and (ab)use void pointers and reinterpret_cast<void *>(), especially with multi-threaded programming...and then just let the OS free up the memory. ๐
@GoogleDevelopers