Which is the licensing tool used by PC-Lint

Showing Answers 1 - 1 of 1 Answers

sudhakar2068

  • Oct 9th, 2006
 

PC-Lint is a software package that finds bugs, glitches, inconsistencies, non-portable constructs, and other sources of problems in your C programs using the K&R and ANSI standards for C. The purpose of linting your programs is to determine potential problems prior to integration or porting, or to reveal unusual constructs that may be a source of subtle errors.

PC-Lint often finds problems that the compiler alone cannot. It is much fussier about details than the compiler.

A C compiler cannot always detect each and every potential problem in your source files. This is where PC-Lint comes in. PC-Lint can be configured to complain a lot or a little.

Each of the Keil C Compilers, ARM, C51, C251, and C166, support Gimpel Software's PC-Lint. The ?Vision Integrated Development Environment provides direct support for PC-Lint

 

 

 

sudhakar kolla,

My email:kollasudhakar2005@yahoo.co.in.

My number:09819859346

 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions