top | item 46741690

(no title)

indy | 1 month ago

C++ has many things, and that is why many programmers want to stick with C

discuss

order

zabzonk|1 month ago

if you don't like those things, then don't use them

indy|1 month ago

Some people would rather have a pen knife than a Swiss army knife.

zzo38computer|1 month ago

There are also some things in C that do not work or work differently in C++, such as (void*), empty structures (which in C++ are not really empty), etc; and there is also such C++ stuff such as name mangling, the C++ standard library, etc, even if those things are not a part of your program, which is another reason why you might prefer C.