Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 7
    If all you can say bad about C++ is header files well, you've indirectly proven the point. I can list a whole host of serious C# issues, non-portability, non-deterministic, run-time overhead, proprietary, etc. Commented Dec 29, 2012 at 19:47
  • 1
    Use the right tool for the right job. C++ is great at companies like Intel for various unmanaged code performance needed low level to the medal projects, but if you need a website / web service which every company DOES, than good luck with C++ for that! Commented Oct 10, 2013 at 7:04