Popular Myths about C++, Part 1
isocpp.org
Popular Myths about C++, Part 1
1–10 of 144 posts
Re: Popular Myths about C++, Part 1
#2Re: Popular Myths about C++, Part 1
#3Re: Popular Myths about C++, Part 1
#4Not showing up. Here's an archived version: https://archive.today/LoOe1
Re: Popular Myths about C++, Part 1
#5Re: Popular Myths about C++, Part 1
#6Re: Popular Myths about C++, Part 1
#7Good luck trying to understand C++ without C. The numerous C++ traps and pitfalls will just look mad to you. BTW, 'multi-paradigm' is an oxymoron. Not even Scala uses that concept any more.
When some people say that when you are learning C++ you should not be exposed to C, I really have to disagree.
Re: Popular Myths about C++, Part 1
#8PS: Since HN is specially humour-impaired, and for the DNRTFA crowd: this is a complaint about the article's formatting.
Re: Popular Myths about C++, Part 1
#9Good luck trying to understand C++ without C. The numerous C++ traps and pitfalls will just look mad to you. BTW, 'multi-paradigm' is an oxymoron. Not even Scala uses that concept any more.
look at it this way: suppose some alternate universe where there is no such thing as C, it just doesn't exist, nobody ever heard of it. Why would you not be able to completely master C++ that universe? The traps and pitfalls which you consider C, would then just be known as C++ (just as in reality they are C++ now, maybe not just always named as such). I think that's one thing what's being advocated here.
Anyway, what traps do you have in mind specifically?
Re: Popular Myths about C++, Part 1
#10C++ has come a long way, and I really feel C++ 11 could very well replace Java as a learning language for computer science students (I don't think it'd be a good choice for an introduction to programming for non CS students), and I see many benefits in this, the biggests being IMHO C++ NOT being fully object-oriented, and the possibility to do either low- or high-level stuff, depending on what you're teaching.