+ 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
トマス・オウェン
6 odpowiedzi
+ 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
+ 2
C++ homie
9th Feb 2025, 7:01 PM
Shlomo N
Shlomo N - avatar
+ 2
Choosing between C and C++ depends on your goals. C is great for system-level programming, offering simplicity and efficiency. C++ adds object-oriented features, making it more versatile for complex projects like game development and real-time simulations. Decide based on whether you need low-level control (C) or high-level abstractions (C++).
12th Feb 2025, 11:33 AM
Avis682Holmes
+ 1
A very specific application for C would be the Linux Kernel 😉
9th Feb 2025, 3:35 PM
MattMad
MattMad - avatar
+ 1
C++
9th Feb 2025, 4:30 PM
READ FENG FF
READ FENG FF - avatar