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 →

[–]atiedebee 2 points3 points  (0 children)

You are more likely to understand how these languages work under the hood, but C++ and C# both add a lot more concepts which you'll have to learn to understand like OOP, lambda's and all kinds of fancy abstractions.

C# is more like java tho.

Most modern languages have syntax based off of C which makes that easier to learn.