Re: C editor

2001-03-05 Thread Johann Spies
On Sat, Mar 03, 2001 at 07:22:21PM -0800, scud wrote: > Hi everybody, > I just wonder, what software do you use for C/C++ programing. Besides emacs and vim you can also look at (x)wpe and cooledit. Johann -- J.H. Spies - Tel. 082 782 0336. Posbus 4668, Tygervallei 7536 "This is the day whic

Re: OT: Re: C editor

2001-03-04 Thread Erdmut Pfeifer
On Sun, Mar 04, 2001 at 10:08:41PM +, Colin Watson wrote: > Vishal Soni <[EMAIL PROTECTED]> wrote: > >Don't laugh. > >Say i want to compile a solaris binary on my linux box. Can i get > >asolaris c-compiler and compile it on my linux box?? it that possible? > > Depends what you mean by "compi

Re: OT: Re: C editor

2001-03-04 Thread Mike G
On Sun, Mar 04, 2001 at 01:15:34PM -0800, Vishal Soni wrote: > Don't laugh. > Say i want to compile a solaris binary on my linux > box. Can i get asolaris > c-compiler and compile it on my linux box?? it that > possible? what about > static and dynamic libraries, and /usr/include/* ? > thanks in

Re: OT: Re: C editor

2001-03-04 Thread Colin Watson
Vishal Soni <[EMAIL PROTECTED]> wrote: >Don't laugh. >Say i want to compile a solaris binary on my linux box. Can i get >asolaris c-compiler and compile it on my linux box?? it that possible? Depends what you mean by "compile a Solaris binary". If you've got the source code, then source is source

Re: OT: Re: C editor

2001-03-04 Thread Vishal Soni
Don't laugh. Say i want to compile a solaris binary on my linux box. Can i get asolaris c-compiler and compile it on my linux box?? it that possible? what about static and dynamic libraries, and /usr/include/* ? thanks in advance = -- vs __

OT: Re: C editor

2001-03-04 Thread Xucaen
--- Erik Steffl <[EMAIL PROTECTED]> wrote: > scud wrote: > > > > Hi everybody, > > I just wonder, what software do you use for > C/C++ programing. > > programmers, don't fall for the > trap you need special ide for programming, > properly working unix (linux) > user environment is your ide. a

Re: C editor

2001-03-04 Thread Xucaen
--- scud <[EMAIL PROTECTED]> wrote: > Hi everybody, > I just wonder, what software do you use for > C/C++ programing. > - SCUD > > Hi. I use the JED editor and gcc compiler. I like jed because it's small, and I like the color highlights. on yahoogroups, there is a list for jed users, and also

Re: C editor

2001-03-04 Thread Erik Steffl
scud wrote: > > Hi everybody, > I just wonder, what software do you use for C/C++ programing. gcc, vim, also get familiar with various utilities like tags, cflow, debugger (gdb, it's easier to use withe.g. ddd frontend) etc. there is quite a lot of various utilities for programmers, don't fall

Re: C editor

2001-03-03 Thread John L. Fjellstad
On Sat, Mar 03, 2001 at 07:22:21PM -0800, scud wrote: > Hi everybody, > I just wonder, what software do you use for C/C++ programing. > - SCUD Depends on the size of the program. For big programs, I'm more familiar with Emacs. But for short, hello world types, I like vim. -- John___

Re: C editor

2001-03-03 Thread RAccess
On Sat, 3 Mar 2001, scud wrote: > Hi everybody, > I just wonder, what software do you use for C/C++ programing. > - SCUD > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > Emacs Emacs Emacs Emacs Emacs Emacs Emacs Emacs

Re: C editor

2001-03-03 Thread John Galt
On Sat, 3 Mar 2001, scud wrote: >Hi everybody, >I just wonder, what software do you use for C/C++ programing. >- SCUD Vi and g++ :) > > -- There is an old saying that if a million monkeys typed on a million keyboards for a million years, eventually all the works of Shakespeare would be produce

C editor

2001-03-03 Thread scud
Hi everybody, I just wonder, what software do you use for C/C++ programing. - SCUD