I tried the sticky

corpseofworms

Senior member
Jun 22, 2005
342
0
0
I just started my first semester of C++ and I'm looking for just an easy text editor I can use to do my homework. I tried the Dev-C++ and the Microsoft program, but couldn't find just a textedit option or a way to compile. Can someone recommend me something?
 

tami

Lifer
Nov 14, 2004
11,588
3
81
look into notepad2.exe as well. it's got line numbers and added functionality (colored text, for example) that's not in the standard windows notepad app.

if you want simplicity, just get a command line compiler in addition to one of the proposed editors. you won't get any simpler than that.
 

talyn00

Golden Member
Oct 18, 2003
1,666
0
0
for windows, try crimson editor or textpad.
when i was in unix, i used vim or pico
 

Stuxnet

Diamond Member
Jun 16, 2005
8,392
1
0
UltraEdit32

There another very recent thread, probably still on page 2 or 3, that asks this question too... it had quite a few responses with a lot of good suggestions.
 

stndn

Golden Member
Mar 10, 2001
1,886
0
0
Note that there is a difference between text editor and text editor + compiler.
They are usually two separate entities.

To test the program you're writing, you need to download a compiler. I'm not sure where you could get one to compile C++ programs. Probably try borland or someone has better idea?

For text editor, I personally use crimson editor and gvim on windows, and vi on linux
 

corpseofworms

Senior member
Jun 22, 2005
342
0
0
Borland's actually what we use in class. If I could find a free version of that, it would be ideal. I don't want to resort to piracy, so I'll try everything else first. Thanks for all the suggestions.
 

spacelord

Platinum Member
Oct 11, 2002
2,127
0
76
I recommend UltraEdit. Its worth the cost.

Crimson Editor is ok, but just doesn't have the nice feel that UE does.