this post was submitted on 05 Aug 2024
212 points (92.7% liked)

Programmer Humor

19665 readers
248 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 

A screenshot from youtube, Virbox

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 26 points 3 months ago (7 children)

This is why I only allocate on the stack

[–] [email protected] 19 points 3 months ago (2 children)

People who are enthusiastic about using pointers in C++ are doing it wrong. Never use a pointer when you can get away with a reference.

[–] KindaABigDyl 23 points 3 months ago

For C++, yes. But "reference" is just a way of using the pointer when it comes to C

load more comments (1 replies)
load more comments (5 replies)