Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a
member of our community. Consider creating an
account or login.
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
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.
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.