Free IDE for C/C++ programming?

  • Thread starter Thread starter Renan
  • Start date Start date
R

Renan

Hello,

anybody knows a freeware IDE for C/C++ programming?
Would like one with built-in FTP (to upload the files to my "build"
machine).

Thanks!
 
Renan said:
Hello,

anybody knows a freeware IDE for C/C++ programming?
Would like one with built-in FTP (to upload the files to my "build"
machine).

Hmmm, bit of an unusual requirement for an IDE. You didn't say whether
you were using Windows or Linux.

Pelles C has a nice IDE (no FTP capability, though):
http://www.smorgasbordet.com/pellesc/
It's C only. It's nice and simple. Windows only.

Dev-C++ is a feature-packed IDE (still no FTP) with built-in compiler,
but you can configure it to work with many others:
http://www.bloodshed.net/devcpp.html
 
At date Thu, 29 Dec 2005 09:26:53 +0000, Mark Carter ([email protected])
for said:
Hmmm, bit of an unusual requirement for an IDE. You didn't say whether
you were using Windows or Linux.

Windows. I need an IDE becuase I'm using a command-line compiler (GCC
under Cygwin).
Pelles C has a nice IDE (no FTP capability, though):
http://www.smorgasbordet.com/pellesc/
It's C only. It's nice and simple. Windows only.

Dev-C++ is a feature-packed IDE (still no FTP) with built-in compiler,
but you can configure it to work with many others:
http://www.bloodshed.net/devcpp.html

Dev-C++ will work. Thanks!
 
Dev-C++ will work. Thanks!

Personally, I prefer Codeblocks. It's actively supported and has
frequent updates.

Dev-C++ is nice but has had some frustrating bugs for months now
(mainly to do with debugging your code).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top