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
Development tools for C++ on Linux development environment
最新推荐文章于 2025-08-06 16:57:52 发布