|
DCC - Disciplined C CheckerAuthor : Yves Noyelle (<yves.noyelle@supelec.fr>)DCC is a C checker program, described in the December 1995 issue of ACM SIGPLAN Notices.It verifies that a C source file complies with the precepts of Disciplined C, a set of rules aiming at elevating ANSI C to the rank of high level language (as opposed to portable assembly language), and making as much semantics as possible flow from the design to the source code. This is achieved mainly via quasi-compulsory types/constants naming and 'const' qualifier use.
It also detects most of the pitfalls of the C language, helps the
programmer organize his program modules and write them so that they
are well structured, well encapsulated and more portable, and finally
gives some much-needed compiletime checking tools.
We would appreciate if you leave your comments about DCC on our
If you want to be informed of DCC version changes and bug correction,
Please, take the time to sign our guest-book. It will help us
|