Anonymous
10/13/2025, 5:46:24 PM
No.106875190
>>106868461
>Good C++ programmers can write C code, not the other way round.
C++ unlike Java doesn't force OOP or any specific way of memory management, or any specific standard, hell you can use C++98 if you like.
They add new stuff and that keeps it up to date with modern paradigms and the bleeding edge. We recently got module and reflection support. C++ just keeps winning while everyone copes
>Good C++ programmers can write C code, not the other way round.
C++ unlike Java doesn't force OOP or any specific way of memory management, or any specific standard, hell you can use C++98 if you like.
They add new stuff and that keeps it up to date with modern paradigms and the bleeding edge. We recently got module and reflection support. C++ just keeps winning while everyone copes