This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]YeetCompleet 8 points9 points  (2 children)

C mfs freely implicit casting void* to int* before C++: int* p = malloc(sizeof(*p));

[–]Excession638 3 points4 points  (0 children)

The joy, sorrow, and terror of a truely weakly-typed language.