this post was submitted on 18 Oct 2024
251 points (99.2% liked)

Programming Horror

1885 readers
50 users here now

Welcome to Programming Horror!

This is a place to share strange or terrible code you come across.

For more general memes about programming there's also Programmer Humor.

Looking for mods. If youre interested in moderating the community feel free to dm @Ategon@programming.dev

Rules

Credits

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] zaphod@sopuli.xyz 13 points 4 weeks ago (6 children)

You don't need to cast the return value from malloc.

[–] vrighter@discuss.tchncs.de 2 points 3 weeks ago (1 children)
[–] zaphod@sopuli.xyz 2 points 3 weeks ago (1 children)
[–] vrighter@discuss.tchncs.de 1 points 3 weeks ago

that is besides the point. You can still call malloc, it will still return void*, and it would still reqoire casting in c++

load more comments (4 replies)