Do console apps run faster than GUI apps?

Posted by omair iqbal on Stack Overflow See other posts from Stack Overflow or by omair iqbal
Published on 2010-04-13T08:50:50Z Indexed on 2010/04/13 9:23 UTC
Read the original article Hit count: 313

Filed under:
|
|
|
|

I am relatively new to world of programming. I have a few performance questions:

  1. Do console apps run faster than apps with a graphical user interface?

  2. Are languages like C and Pascal faster than object oriented languages like C++ and Delphi? I know language speed depends more on compiler than on language itself, but do compilers for procedural languages produce faster code than OO ones (including C++ compilers that can produce C code)?

© Stack Overflow or respective owner

Related posts about Performance

Related posts about c