×

Loading...

Topic

This topic has been archived. It cannot be replied.
  • 工作学习 / IT技术讨论 / 关于linux(unix) 下c 语言编程菜鸟问题: 1.用什么编辑工具比较好, 又没有类似于dos下turbo c, 编辑,编译,调试于一体的工具. 2. 如果用vi 编辑程序, 想查一个函数的帮助文件, 必须退出vi 再运行man 吗? 3. 调试器就是gdb吗?
    • 1. u can try kdevelop, better than tc 2. u can use "alt + F1, F2..Fn" to switch the console. 3. yes
      • thanks. 请问kdevelop 在redhat安装盘里有吗,还是必须从网上下载?
        • 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
          • 好象kdevelop是在xindows 下的工具。我不太喜欢在xwindows下的工具,仍喜欢在黑底白字的文字终端下编程。请问有没有相关的工具?
            • i think u will have to use the vi/Emacs+gdb :-(
              • I have studied how to use vi, how about emacs? which one is better for c/c++ code edit?
    • linux下有很多这样的工具,我记得有一个集成工具界面和VC一样,已经包含调试器。不用退出,在命令状态下:!man ......。不知道是否有用
      • thanks.
    • I guess you can search some tools from www.linuxburg.com or www.tucows.com
      • thanks. I just checked the website. Do you know some IDE for text enviroment? (not for xwindows)
        • 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
          • got it. And I also found another kit: RHIDE
    • if u really want to start the development in unix/linux. vi is the ultimate choice for editor, unless u like emacs.
      • completely agree with you. I very like vi editor. but it is difficult for a new learner