Saturday, September 5, 2015

Quincy 2005

Quincy is freeware open-source. It is a simple programming environment for C/C++ on Windows. It contains an editor, a compiler, a debugger, and graphics and GUI toolkits.

Because of it's simple interface, Quincy is ideal for learning C or C++ programming.




Q ) How to write a program ?
A ) Open File → New → C Source File 
     Write your code and save before compile(dont forget to save with extension      for example example.c )

( note : Quincy doesnt take void main , so recomended to use int main() and return 0 to run program with out error)


Download Quincy 2005 here 

No comments:

Post a Comment