@GoogleDevelopers

Subscribe to Google for Developers โ†’ https://goo.gle/developers

@requem90

One of my managers told me this thing: If engineer is C++ Developer they're automatically senior no matter their age. ๐Ÿ˜…

@amir32806

Pointers aren't worst part of C++.

@binaryblade2

Laughs in template error

@bobblert

Once you get a hang of it - pointers are actually very easy... They just have a bad reputation... ๐Ÿ˜Š

@EldersSecrets

I can 256% relate to it. Pointer in c++ are very confusing

@่ป้‡Žๅฎ

Oh No !!! Behave youtself, C++.

@JaDanBar97

This is why we have smart pointers now...

@sadunozer2241

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.

@Hnxzxvr

This would make sense in C but I donโ€™t get it here there are billions of was to use C++ without needing pointers

@oglothenerd

I just use C-style pointers.

@alvarosousasilva2719

Instead of "pointers" falling could be "leaking".

@AtticBuiderGtag

Even Google thinks C++ is hard

@ZariAdnan

C++increase the ability of gemin very faster ly i think we should use it regularly in some time of disscution with Gemini

@logical-facts

when u realize the power of pointers

@Sugerwaffel

why is this so accurate ๐Ÿ’€๐Ÿ’€๐Ÿ’€๐Ÿ˜ญ๐Ÿ˜ญ๐Ÿ˜ญ

@Exiide89

Malloc laughing in a corner๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚

@MrVontar

Me when I point to the empty set

@theintjengineer

Pointers aren't the hard part of C++๐Ÿ˜‚๐Ÿ˜‚.

@ceneblock

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. ๐Ÿ™ƒ