+ 4

C or C++?

Which programming language is better in terms of functionality, C or C++? I can't seem to be able to settle with learning either one of them.

7th Feb 2025, 8:34 PM
トマス・オウェン
5 Réponses
+ 6
C++ have more functionality than C. It's also more complicated and harder to learn.
8th Feb 2025, 1:26 AM
Bob_Li
Bob_Li - avatar
+ 4
C is the older language. Still sees some use these days for writing low-level programs where CPU/memory management is critical. Or for writing things like compilers/interpreters for higher-level languages. C++ is newer, and has features more suited for modern general programming like support for object-oriented programming. But it is losing ground to even newer languages like Python.
8th Feb 2025, 4:58 AM
Shardis Wolfe
+ 1
C++ homie
9th Feb 2025, 7:01 PM
Shlomo N
Shlomo N - avatar
0
A very specific application for C would be the Linux Kernel 😉
9th Feb 2025, 3:35 PM
MattMad
MattMad - avatar
0
C++
9th Feb 2025, 4:30 PM
READ FENG FF
READ FENG FF - avatar