This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / 关于linux(unix) 下c 语言编程菜鸟问题: 1.用什么编辑工具比较好, 又没有类似于dos下turbo c, 编辑,编译,调试于一体的工具. 2. 如果用vi 编辑程序, 想查一个函数的帮助文件, 必须退出vi 再运行man 吗? 3. 调试器就是gdb吗?
-kevin2000(流星雨);
2001-10-2
(#214741@0)
-
1. u can try kdevelop, better than tc
2. u can use "alt + F1, F2..Fn" to switch the console.
3. yes
-netee(netee);
2001-10-2
(#214762@0)
-
thanks. 请问kdevelop 在redhat安装盘里有吗,还是必须从网上下载?
-kevin2000(流星雨);
2001-10-2
(#214862@0)
-
if u installed the kde, the kdevelop will be in ur menu.
of course u can find the rpm in the redhat cd or from rpmfind.net
-netee(netee);
2001-10-2
(#214870@0)
-
好象kdevelop是在xindows 下的工具。我不太喜欢在xwindows下的工具,仍喜欢在黑底白字的文字终端下编程。请问有没有相关的工具?
-kevin2000(流星雨);
2001-10-2
(#214879@0)
-
i think u will have to use the vi/Emacs+gdb :-(
-netee(netee);
2001-10-2
(#214899@0)
-
I have studied how to use vi, how about emacs? which one is better for c/c++ code edit?
-kevin2000(流星雨);
2001-10-2
(#214916@0)
-
linux下有很多这样的工具,我记得有一个集成工具界面和VC一样,已经包含调试器。不用退出,在命令状态下:!man ......。不知道是否有用
-sameway(sameway);
2001-10-2
(#214836@0)
-
thanks.
-kevin2000(流星雨);
2001-10-2
(#214864@0)
-
I guess you can search some tools from www.linuxburg.com or www.tucows.com
-coala(考拉);
2001-10-2
(#214878@0)
-
thanks. I just checked the website. Do you know some IDE for text enviroment? (not for xwindows)
-kevin2000(流星雨);
2001-10-2
(#214894@0)
-
many good IDEs are for X mode, but i found one for both X and console mode: Xwpe1.5.26a, http://rapidus.linux.tucows.com/system/preview/10319.html
-coala(考拉);
2001-10-2
(#214943@0)
-
got it. And I also found another kit: RHIDE
-kevin2000(流星雨);
2001-10-2
(#214953@0)
-
if u really want to start the development in unix/linux. vi is the ultimate choice for editor, unless u like emacs.
-blaise(会爬树的老虎);
2001-10-2
(#214996@0)
-
completely agree with you. I very like vi editor. but it is difficult for a new learner
-sameway(sameway);
2001-10-3
(#215388@0)