|
|
|
|
|
by isitdopamine
1648 days ago
|
|
> C is a subset of C++ It is not, they diverged since decades now. Still, even if this was the case, the programming styles are so different that there’s nothing to gain considering them as any more similar as any two other languages. |
|
AFAIK you always had to cast `void *` in C++ (like the return value of `malloc`).