This content originally appeared on DEV Community and was authored by JavaCode7
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.
This content originally appeared on DEV Community and was authored by JavaCode7

JavaCode7 | Sciencx (2021-06-09T13:52:28+00:00) D v C++. Retrieved from https://www.scien.cx/2021/06/09/d-v-c/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.