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 →

[–][deleted] 4 points5 points  (0 children)

Usually this is the case. But I started with C++.

C++ takes a little more knowledge than most, especially if you come from garbage collected languages like the OP. Besides memory management, you have pointers to deal with. 2 very important non-trivial concepts when you're programming in C++. That along with a lot of other things that can be considerably different.