• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

C++ Editors....

Synergy

New Member
Is there a freeware based C++ editor avaible? I just want to practice begginer stuff with C++ coding before I buy Visual C++ 6.0. Any feedback would be great.
 
hmm, well, I have visual c++ learning edition or some crap like that, but it has all that I need in it. It came in some 25 dollar how to make games set thing.

I like it alright, but for a free one, you will need to look into a compiler not reall a program for all but a compiler then an editor, there is one that I cant think of. I used to use. If I remeber I will e-mail you.
 
Well, there is the free Borland C++ 5.5 Command-line Compiler available at http://www.borland.com/bcppbuilder/freecompiler/, the free Borland Turbo C++ version 1.1 (an old DOS-based compiler) available from the Borland Community site, and the free DJGPP compiler available at http://www.delorie.com/djgpp/ (a 32-bit DOS-based IDE, compiler, etc.). One of the many good things about the DJGPP compiler is that anything you create with it can be sold commercially without license or royalties.

Have fun.
 
Back
Top