Looks like you need to insert the raw image link, not Reddit’s media wrapper link.
Looks like you need to insert the raw image link, not Reddit’s media wrapper link.
deleted by creator
reddit image linking is broken?
Well you didn’t link to a reddit image, you linked to Google image search result page which is not an image.
Still false, thanks to compiler optimizations. Remember that integer overflow is UB. (unless you’re using unsigned int or a programming language which strictly defines integer overflow, possibly as an error)
P.S.: Assuming this is C/C++
I wonder why the downvote counter went into the negatives. (and for some reason that only seems to show in my home instance)
Actually
void*
just points to anything, with no regard to the type of that thing. Pointing to the void is more accurately described byNULL
pointer.