您的位置:首页 > 运维架构 > Linux

10 个C C++ Linux 程序员必须知道的工具

2014-08-18 10:26 288 查看
成为 Linux 下专业的 C/C++ 程序员,必须知道的10个工具。

1. Basic commands(基本命令)

http://mally.stanford.edu/~sr/computing/basic-unix.html

http://pangea.stanford.edu/computing/unix/shell/commands.php

http://infohost.nmt.edu/tcc/help/unix/unix_cmd.html

2. Editor – vi, Emacs(编辑器)

http://www.atmos.albany.edu/deas/atmclasses/atm350/vi_cheat_sheet.pdf

http://cmgm.stanford.edu/classes/unix/emacs.html

3. Build utilities – make/Cmake(构建工具)

http://frank.mtsu.edu/~csdept/FacilitiesAndResources/make.htm

http://www.cmake.org/cmake/help/cmake_tutorial.html

4. Debugger – gdb(调试器)

http://www.cs.cmu.edu/~gilpin/tutorial/

5. Version control – cvs, svn, git(版本控制)

http://mrsrl.stanford.edu/~brian/cvstutorial/

http://www.cs.ubc.ca/~vailen/svn_howto.htm

http://maverick.inria.fr/~Xavier.Decoret/resources/svn/index.html

http://www.vogella.com/articles/Git/article.html

6. Code viewing tools – ctags, cscope(代码查 看工具)

http://www.linux-tutorial.info/modules.php?name=Howto&pagename=C-editing-with-VIM-HOWTO/random.html

http://www.cs.washington.edu/education/courses/cse451/12sp/tutorials/tutorial_cscope.html

http://cscope.sourceforge.net/cscope_vim_tutorial.html

7. IPC mechanisms(IPC机制)

http://tldp.org/LDP/tlk/ipc/ipc.html

8. Multi-threading – Pthreads, BOOST library(多线程)

https://computing.llnl.gov/tutorials/pthreads/

http://ashishgrover.com/boost-multi-threadingfor-c/

9. Tools for memory issues – Purify, Valgrind

http://www.cprogramming.com/debugging/valgrind.html

http://pages.cs.wisc.edu/~hasti/cs368/resources/purify.html

10. GUI – Qt

http://zetcode.com/gui/qt4/introduction/

http://www.digitalfanatics.org/projects/qt_tutorial/

http://doc.trolltech.com/4.3/tutorial.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: