All the youtube videos and internet sites make it seem like as if c and c++ are useless and java and python are amazing. Is it true? |
C/c++ is far from useless.
They are some of the most powerful and widely used languages out there.
I think the majority of people that say otherwise are ones that work in frontend jobs designing websites or GUI interfaces all day, and generally dont know much about programming, other than how to change a few colors and fonts here and there.
Think about it, you wrote this message using a program that was written in c/ c++ on an operating system written in c/ c++ sent to a server that was also written in c/c++ (through a bunch of routers, probably wirtten in c). c / c++ is everywhere.
And sure, java / python has their uses (when you want something done quickly and is ok with it being a bit messy or slow ), but if you want something done properly there is only one way to go.
(I know this isnt really what you asked for, but i just wanted to state my opinion because i keep hearing things like this and it makes me angry xd )