|
-
October 30th, 2002, 02:36 AM
#1
windows based c editor to debug unix program
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
-
October 30th, 2002, 03:52 AM
#2
Try emacs. Just remember to put a linefeed as the last character otherwise it will think it is a binary file.
Succinct is verbose for terse
-
October 30th, 2002, 04:36 AM
#3
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.
-
October 30th, 2002, 07:59 AM
#4
Any good unix programmer worth his sault would use vi
-
October 30th, 2002, 09:11 AM
#5
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.
-
October 30th, 2002, 09:42 AM
#6
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/
-
October 30th, 2002, 09:54 AM
#7
Re: Editor
TextPad at www.textpad.com is outstanding.
Supports various text file formats and is very configurable (syntax coloring etc).
-
October 30th, 2002, 11:05 PM
#8
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.
Succinct is verbose for terse
-
October 31st, 2002, 04:16 AM
#9
I think we deviated from the Qs
Ultra Edit does not debug the application running under unix.
nedit is for unix env.
Any windows based editor to debug a c program???
-
October 31st, 2002, 04:23 AM
#10
several good ones -- Microoft VC++6/7 are the most popular. Borland, IBM, and several others make less popular ones.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|