Click to See Complete Forum and Search --> : windows based c editor to debug unix program
imran_qau
October 30th, 2002, 01:36 AM
Hi !
Can anyone tell me or send me the windows based editor to debug a c program written for unix system. I have to write a c program which will run on unix system. I dont want to use vi or other unix editor. Is there any windows based editor available which I can use to write and test the c program. After that I can shift my s/w to unix.
Thanks
Imran
cup
October 30th, 2002, 02:52 AM
Try emacs. Just remember to put a linefeed as the last character otherwise it will think it is a binary file.
SreeDharan
October 30th, 2002, 03:36 AM
you can use "Ultra Edit" to write your code.
It can do the ftp as well. But you can not debug the application running under unix from ultra edit.
stober
October 30th, 2002, 06:59 AM
Any good unix programmer worth his sault would use vi:) :)
PaulWendt
October 30th, 2002, 08:11 AM
I occasionally use vi and I hate it. Whenever I can, I use a
windows editor and ftp the source code file to the unix box in
question. I guess that doesn't change the fact that when I do
find myself editing on a unix box, I use vi.
Philip Nicoletti
October 30th, 2002, 08:42 AM
I use nedit. It might even be pre-loaded
on your unix system. It does syntax highlighting
for various languages.
The general link is ... http://www.nedit.org/
Pre-built executables for some systems ...
http://www.nedit.org/ftp/v5_3/executables/
PerFnurt
October 30th, 2002, 08:54 AM
TextPad at www.textpad.com is outstanding.
Supports various text file formats and is very configurable (syntax coloring etc).
cup
October 30th, 2002, 10:05 PM
I can't believe that I actually miss vi when I work on VC++ but I do. It is quite amazing how it grows on you.
debkumar
October 31st, 2002, 03:16 AM
I think we deviated from the Qs:o
Ultra Edit does not debug the application running under unix.
nedit is for unix env.
Any windows based editor to debug a c program???
stober
October 31st, 2002, 03:23 AM
several good ones -- Microoft VC++6/7 are the most popular. Borland, IBM, and several others make less popular ones.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.