C++ compiler?

  • Thread starter Thread starter Neil Hindry
  • Start date Start date
N

Neil Hindry

I wonder if you can help me.

I am looking at starting C++ programming and I am looking for a free IDE &
compiler.

I heard the Quincy IDE was quite good. Does anyone use Quincy IDE? Is it
good?
Does anyone know of a free C++ compiler that will work with Quincy IDE?

Does anyone know of any other free C++ IDE compilers (I don't mind if the
IDE & compiler are separate as long as they work together)?

I hope you can help.

Any help or information will be gratefully received.

Thanks!
 
"Neil Hindry" <n_nospam_hindry@_nospam_hotmail.com> wrote:
I wonder if you can help me.
I am looking at starting C++ programming and I am looking for a free IDE &
compiler.
I heard the Quincy IDE was quite good. Does anyone use Quincy IDE? Is it
good?
Does anyone know of a free C++ compiler that will work with Quincy IDE?
Does anyone know of any other free C++ IDE compilers (I don't mind if the
IDE & compiler are separate as long as they work together)?


I started with Quincy 2002 and there were a few bugs. I went to MS
VC++ afterwards. There is a Quincy 2005 out.

http://www.codecutter.net/tools/quincy/


The compiler is included.
 
Neil said:
I wonder if you can help me.

I am looking at starting C++ programming and I am looking for a free IDE &
compiler.

I heard the Quincy IDE was quite good. Does anyone use Quincy IDE? Is it
good?
Does anyone know of a free C++ compiler that will work with Quincy IDE?

Does anyone know of any other free C++ IDE compilers (I don't mind if the
IDE & compiler are separate as long as they work together)?

I hope you can help.

Any help or information will be gratefully received.

Thanks!
I would recommend Eclipse for the IDE (with the C tools) + MinGW
compiler. Lovely it is to behold. Both Freeware/OS
 
Back
Top