+ 2
Is cpp to useless now compared to others?
5 Respuestas
+ 7
it's not useless, it's a huge language to build something remarkable using it if you work by yourself. unless you're a genius.
c++ is a system language and has no equivalent when it comes to write mega software that works with tons of data or millions of users.
other scripting language are popular because they are fairly easy to learn and use. and you can choose from thousands of already built in tools to do whatever "small job" you want...
*yeah I know. some large web applications were built using ruby or python, but they finally migrate to another system language. twitter and duolingo in this case.
+ 5
It's not useless, it's the fastest language in the world. It is used all over the place. Especially game development, a rapidly growing industry and you'll have a hard time to find a game that doesn't have c++ in there.
+ 3
I don't know that much about c plus plus, but you should check these articles out:
https://goo.gl/JW1IC0
https://goo.gl/JTepKw
0
Well thanks .