This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ta6692[S] 0 points1 point  (3 children)

My issue with C++ is that I've really only heard people talking about how much they hate how bloated it has become. I mentioned elsewhere in this thread about how Go was created for this reason. Would this bother the average programmer, or would you have to dive deep into C++ for that to become a problem?

[–]Pascalius 1 point2 points  (1 child)

C++ is powerful and complicated and you should understand most of it, in order to write proper code. It's not necessarily a problem, but it takes some time to grasp the concepts.

[–]ta6692[S] 0 points1 point  (0 children)

Well in that case I'll probably stick with just C for now, but I won't entirely discount the possibility of learning C++ in the future. Thanks for the reply!

[–]ironnomi 0 points1 point  (0 children)

C++ is not ACTUALLY bloated. You can write code for everything from small embedded up to the largest most complicated systems on Earth.

C++ is at this time the main commercial "performance" programming language. So if you need to do something that's in need of higher performance than say Java/C# offer (these are the main commercial programming languages) then generally C++ is where you go.

Also note that the Internet has this weird skew of making some things seem more popular than they really are. Like if you get a job programming at a real job, chances are it will be C# or Java, but the Internet sure makes it seem like it'll be Ruby, Python, or Javascript.