Re: [newbie] C++-Editor

2000-04-26 Thread Evan Holt
Just thought I'd throw something in here. Check out this web site for a fantastic programming application :-) http://www.metrowerks.com/desktop/linux/ Hope it helps someone. Evan Holt

Re: [newbie] C++-Editor

2000-04-26 Thread flupke
"Gunther C. Hebein" wrote: > Hi all! > I am also interested in C++programming, and I am just searchingfor a > good editor like the editor by Borland under DOS (It should color my > source code, show the errors ..) Anything like that under Linux > available? > I suppose I'll get flamed by emacs

Re: [newbie] C++-Editor

2000-04-26 Thread Pat Mc
"Gunther C. Hebein" wrote: > Hi all! > I am also interested in C++programming, and I am just searchingfor a > good editor like the editor by Borland under DOS (It should color my > source code, show the errors ..) Anything like that under Linux > available? > > Thanks Gunther > >

RE: [newbie] C++-Editor

2000-04-26 Thread Oliver Stieber
for kde theres kedit and kdevelop you can also get emacs to work as an ide. you could try to recompile rhide(a dos gpp ide) for linux or find an equivilent for linux. > -Original Message- > From: Gunther C. Hebein [mailto:[EMAIL PROTECTED]] > Sent: 26 April 2000 14:27 > To: [EMAIL PROTECT

Re: [newbie] C++-Editor

2000-04-26 Thread Mike & Tracy Holt
I really don't know anything about borland, however I've been using emacs (should already be on your system) and it has a C/C++ mode. I was impressed! Just type (from any command prompt): emacs filename.cpp and it should automatically choose C++ mode Mike - Original Message - From: "Gu