C + + language code checking tool pc-lint four-step crash

Source: Internet
Author: User

Overview

Pc-lint is a long history, powerful static code detection tool. The history of its use dates back to the ancient times of computer programming (more than 30 years ago). After so many years of development, it can not only monitor a lot of grammatical logic of the hidden dangers, but also can effectively help you put many programs in space utilization, operational efficiency improvement points, in many professional-level software companies, such as Microsoft, Pc-lint Check no error no warning is the first pass to the code first, I personally think, for small companies and personal development, Pc-lint is also very important, because based on the development cost considerations, small companies and individuals often can not come up with a lot of very comprehensive testing, this time, The strong function of Pc-lint can improve the quality of the software very well.

Function

1 Pc-lint is a static code detection tool, it can be said that Pc-lint is a more stringent compiler, not only like the normal compiler to check out the general syntax errors, but also to check out those although fully grammatical requirements, but is likely to be a potential, not easily discovered errors.

2) Pc-lint can not only detect a single file, you can also detect problems from the perspective of the entire project, because the C language compiler inherent in a single compilation, these problems in the compiler environment is difficult to detect, and Pc-lint check the current file while checking all the relevant files, imagine, It will be of great help to us.

3) Pc-lint supports almost all popular editing environments and compilers, such as Borland C + + from 1.x to 5.x versions, Borland C + + build, GCC, Vc,vc.net, watcom C + +, Source insight, Intel/C + +, and so on, also supports the 16/32/64 platform environment.

4) supports the various ways to improve efficiency and prevent errors described in Scott Meyes's masterpiece (Effective C++/more effective C + +).

Four-Step Quick Pc-lint Overview

Such a good tool, of course, is first picked up and used to say, here are four steps to ensure that you can immediately use the Pc-lint, of course, if you get started, you want to learn this tool in depth, you can find the relevant information on the Internet, another in my another series of "software development of seven kinds of weapons" is a story Pc-lint use, than this article to be more detailed, if interested, you can also see.

Related Article

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.