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-12-20 15:12:19 发布
本文介绍了在 Linux 平台上进行 C++ 开发的各种工具。包括编辑器(如 vi/vim 和 emacs)、编译器(如 GNU g++)、链接器、调试器 gdb、项目管理工具(如 GNU make)及内存泄漏检测工具等。此外还提到了集成开发环境(IDE),例如 Eclipse 和 Anjuta。
1万+

被折叠的 条评论
为什么被折叠?



