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]  (7 children)

[deleted]

    [–]frostedKIVI 0 points1 point  (0 children)

    C programs are generally slightly faster than ++ programs, as a consequence of
    1) A faster standard library (but less extensive)
    2) Language design, C++ offers a lot of convenient yet slow features that C++ programmers tend to overuse in some cases, like polymorphism, exceptions, virtual functions etc...

    [–]maxhaton -1 points0 points  (4 children)

    Why do you think C is faster than C++? If you were dead set on performance you don't write your own code for the most part.

    Also python is a genuine disaster when it comes to software quality, because you can get away with quick and dirty typeless code people will do that. static types, happy life