Jump to content

Where to start?

Guest
10 hours ago, fpo said:

[...] and every language tries to be it and fails (imo, ie Java, python ruby, they're all just languages) 

That's inaccurate. Java, Python and Ruby are not for doing what C++ is best for. C++ shines where performance is important. That would be things like games, operating systems and embedded devices. Java, Python and Ruby are more often used for web development and scripting. It's more difficult to write secure software for the web in C and C++ (Cloudbleed and Heartbleed are 2 infamous examples). Java, Python and Ruby are also more portable than C++.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×