Comparison between Linux development tools and Windows development tools

Source: Internet
Author: User

Linux development tools are C ++ development tools. Compared with Microsoft VC and VS2005 in Windows, C ++ development in Linux/Unix is varied and varied. Emacs, vi, eclipse, anjuta, and kdevelop are emerging one after another.

Windows
Development tools are presented to end users in the form of integrated development environment IDE. For example, VS2005 integrates the editor, macro assembly ml, C/C ++ compiler cl, resource compiler rc, debugger, document generation tool, and nmake. They are provided to end users in an integrated manner, which is very convenient for beginners. However, this business model directly leads to poor user customization, which is not conducive to automation, and the ability to integrate third-party tools is weak. For example, you cannot customize some macros to process repeated operations. You cannot experience the pleasure of automating makefile in one step. You cannot remotely log on to the server for development. You cannot use some "adhesive" to use third-party tools. For example, text tools, string tools) can be effectively called. It can be said that good commercial support and silly development are their main advantages.

In linux
Linux development tools are cut into independent gadgets. Handle different problems. For example, the editor emacs, vim) is used to edit a program. The Debugger gdb is used to debug the program, and the compiler GCC is used to compile and link the program. The performance analysis tools gcov and gprof are used to compile and link the program) for program optimization, the document builder doxygen) is used to generate documents. At the same time, there are also some system tools and system knowledge that we need to know: Program automation mechanism makefile, system adhesive shell, system search tool grep, locate, find. Other tools, such as ctags and DMPS of OCI, will become a powerful tool in your hands.

This document describes how to use Linux development tools. Because of the wide variety of tools, we do not have the ability to introduce them one by one. For Linux IDE tools such as eclipse and anjuta, although they are also very practical, they are relatively simple to use and are not currently mainstream. Therefore, they will not be highlighted. At the same time, this article does not intend to write an operation manual for each tool, but only focuses on the problems, operating mechanisms and main features that each tool wants to solve.

  1. Linux developers fail in the future
  2. Ubuntu Linux development platform is integrated into small computers and Embedded Systems
  3. The "cloud computing" era: the era of Linux developers
  4. OpenSUSE Project joins the Linux Developer Network
  5. Preparations for using virtual machine embedded Linux before development

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.