D was created as an alternative to C++. It supposedly "fixed" all the errors in C++. But did it really? Today we find out in D v C++.
Credits 😊
Thanks to @pranavbaburaj for some of these points.
C++
C++. By far one of the most well known programming languages. One of its achievements was adding OOP to C. Let's look at some strong (and weak) points:
- ✔ Fast
- ✔ Compiled
- ✔ Game engine support
- ✔ OpenGL support
- ✔ Well known
- ❌ Somewhat complicated
D
D was made to improve C++ but did it do a good job?
- ✔ Compiled
- ✔ OpenGL support
- ❌ No game engine support
- ❌ Not very well known
- ✔ Simple
Well, all of this evidence gives a clear winner. C++. If you disagree however, go comment down below with your reasoning! I would love to hear what you think.
Cool Read!