PDA

View Full Version : C++ IDE


Witty
Oct 18, 2000, 08:55 AM
i've downloaded Borland's C++ v5.5 compiler. But the damn thing has no IDE in it which means I should compile and link source codes manually. Where can I get the latest C++ IDE, where you can create your .cpp files, compile by just pressing alt-f9.. etc.? oh btw, i also d/l Turbo Debugger but it only opens .exe file. any help?

kerb
Oct 18, 2000, 06:34 PM
ultraedit!, plus a couple of batch files :).
u can invoke the batch file inside ultraedit (by pressing F9). ultraedit has syntax higlighting and name completion feature.
btw, its the best programmers editor out there, IMHO.

mamangbumbero
Dec 3, 2000, 04:43 PM
TextPad (http://www.textpad.com) is IT. Very simple, yet powerful. Visual C++ comes to mind for Windows-based apps. For the Unices, Emacs is still king.

HTH