448
got him (lemy.lol)
submitted 4 months ago by ngn@lemy.lol to c/programmerhumor@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] xmunk@sh.itjust.works 3 points 4 months ago* (last edited 4 months ago)

This would probably cause a compiler error....

But assuming it doesn't the context is p_ch = the bits above... the code declaring p_ch isn't shown but I'm guessing that the value here is actuality a pointer to a pointer so nothing illegal would be happening.

Lastly... C++ is really lacking in guarantees so you can assign a char to the first byte of an integer - C++ doesn't generally care what you do unless you go out of bounds.

The reason I'm casting to void* is just pure comedy.

this post was submitted on 09 May 2024
448 points (92.3% liked)

Programmer Humor

32054 readers
1687 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS