I found it appealing as it supports Windows 7 and Windows 8, which some of other C compilers (like old Turbo C) do not support.
Al Stevens originally produced Quincy to accompany a C++ tutorial book and as a project for the C Programming column of Dr. Dobb's Journal.
Quincy is named after Al Stevens' daughter's cat.
/* my first C program */ main() { printf("Hello World!"); }
Save the file with the name hello.c using File -> Save or use Ctrl + S.
Quincy 2005 is an IDE for C programming. It is one of the best IDEs for C language on Window. So get started with the above steps and enjoy C programming.
Srikanth Pragada