This question has been on my mind for a while. I used C++ for some web development I was doing, and also some hobby programming. The only reason I got into it a little was because of the web development thing, as I just used plain C before. All in all, I didn't use C++ too extensively.
Recently, I've been doing more extensive work with Java. Lots of people say that C++ and Java are completely different, and that doing thing the 'Java way' isn't a good idea for programming in C++, suggesting that they are two completely different worlds. They certainly feel different, and function differently. But more specifically, what do people mean when they say that?
Are they talking about garbage collection? Or something else?
Thanks