|
|
|
|
|
by slowpoke
5450 days ago
|
|
I think the problem is less that C++ is too complicated, but rather that it is more complicated than it needs to be at almost all tasks where the major pros of C++ don't matter (eg speed) - you're better of using whatever choice of high abstraction language (Python, Ruby, Haskell...) you prefer. And where those pros matter (to stay with the speed example, optimization), you're most likely better of using C or Assembly. The only real use for C++ I still see is high performance gaming. And I hope that dies out in favor of real games. |
|