Which compliler is best for C Program ,GCC or Turbo C/C++ compiler?
Best compiler for C program?
Collapse
X
-
Tags: None
-
That depends entirely on your comfort and what you want to do with it. I like gcc/g++, but I'm a Linux user, and that's what I started out on. If you're planning on doing Windows programming, you'll probably want Visual Studio.Originally posted by manjuscriptsWhich compliler is best for C Program ,GCC or Turbo C/C++ compiler? -
I am a Windows user and I found that Cygwin helps you to "simulate" the Linux environment so that you can run gcc under Windows XP.
Google and download the Cygwin, then follow the instructions, It's a little bit time-consuming to finally make everything work, but after that, the gcc compiler would be very good with ANSI c programs.
I am a uni student so that I tend to use this approach.Comment
Comment