+ 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.
7 ответов
+ 6
C++ have more functionality than C. It's also more complicated and harder to learn.
+ 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.
+ 2
C++
+ 2
C++ homie
+ 2
C++. But IT depends on your goals. For Example C++ is know for being hard to learn, but worth it. If your a game Dev like me, then you can use C++ in Unreal Engine. So probably C++.
+ 1
A very specific application for C would be the Linux Kernel 😉