Turbo C vs GCC

krunal_p

krunal_p

@krunal-p-76ClJw Oct 25, 2024
Which compiler is better for C/C++ ?


Turbo C or GCC of Linux........



😒 😒

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Manish Goyal

    Manish Goyal

    @manish-r2Hoep Jan 9, 2010

    Well according to me turbo c is quite better..no doubt GCC supports many languages but personally if you want to work on c++ Programs then go for turbo c
  • krunal_p

    krunal_p

    @krunal-p-76ClJw Jan 9, 2010

    Until now,

    i have used turbo C but for doing some advance GUI programming GCC is perfect.
    You can insert STL, Xlib in it.

    You can create Java like GUI-AWT programming in it.
  • vik001ind

    vik001ind

    @vik001ind-rOaCSy Jan 10, 2010

    TurboC is better for basic level programming where as gcc is better for advanced level programming
  • callyD

    callyD

    @callyd-6BKFb3 Jan 10, 2010

    GCC is regularly developed/maintained and it confirms with the standard. It is fast and simple.
  • Pensu

    Pensu

    @pensu-8tNeGU Jan 12, 2010

    Turbo C is a good compiler but only when u r doing basic C/C++ programs....but as u said if u want to develop a GUI application GCC is preferable...
  • komputergeek

    komputergeek

    @komputergeek-Yf5hJ4 Jan 15, 2010

    Turbo C is only good for basic programs.For big projects i haven't seen people using turbo c..there are many other tools which can be used with gcc.In gcc u can actually do lot of things which are not possible on turbo c.
  • prasath_amd

    prasath_amd

    @prasath-amd-NPFUTu Jan 15, 2010

    If you are using only windows, they try Dev-C++ it uses mingw(a port of gcc for windows) as its compiler and can be configured to use any gcc-compatible compiler. Although the Dev-C++ project isn't updated nowadays it is one of the best compilers for doing basic-intermediate level & GUI-based C/C++ programming on windows.

    I don't know if gcc can be installed as a standalone compiler and can be used from the command line on windows.