软讯网络 > 编程语言 > C/C++ > Development tools for C++ on Linux development environment
【标 题】:Development tools for C++ on Linux development environment
【关键字】:
Development,tools,for,C++,on,Linux,development,environment
【来 源】:http://www.cppblog.com/uglystone/archive/2007/04/17/22139.html
Development tools for C++ on Linux development environment
We know many development tools for c++ on windows ,such as MS/VC,Borland C++ etc.However We aren't familiar with
development tools on linux! Some tools are introduced below:
1:command tools
editors:vi/vim,emacs,gedit,etc!
compliers:gnu gcc/g++
linkers:gcc/g++
debugers:gdb
project management tools:gun make,gmake,automake etc
memory leak tools:
mcheck(),MALLOC_CHECK_,mtrace() in glibc ;
mpr;
valgrind;
Electric Fence;
2:IDE
Eclipse,Anjuta,SCM!
please refer to
http://www.yolinux.com/TUTORIALS/LinuxTutorialC++.html#CPPDEV