pc-lint
PC Lint error 714
In my CRC8.c I have this function: BOOL isCRCValid(const UINT8 *ptr, U开发者_运维技巧INT8 Len, UINT8 CRCChar){[详细]
2023-04-06 19:17 分类:问答False positive Error 503 for call to template function
I have some code that PC-Lint is giving me Error 503: Boolean argument to relational on. It is a call to a template function which is defined like this:[详细]
2023-04-05 22:52 分类:问答How to exclude some particular files in Pc-lint
While running pclint for a particular folder, its running for all the开发者_运维技巧 files inside that folder. If we want the pclint to omit some of the files, then how to configure it in std.lnt file[详细]
2023-03-22 14:07 分类:问答how to generate call graph with PC-Lint?
I\'m having troub开发者_Python百科le figuring out how to generate a call graph with PC-lint. I have tried adding the -vhm flag to pc lint but nothing happens.[详细]
2023-02-15 02:27 分类:问答Gimpel's PC-lint can't trace dangling pointer?
I\'ve been using PC-lint9 to find out diff开发者_JAVA技巧erent errors recently and it really blow my mind,but it seems PC-lint9 can\'t trace dangling pointer, here is snapshot of the code I exam with.[详细]
2023-01-15 04:22 分类:问答Does anyone have good tips for using pc-lint?
What 开发者_如何学Goare some best practices for using pc-lint - how to wade thru the zillion options?[详细]
2022-12-26 03:45 分类:问答DOS EGA Graphics Programming in Mode 0Dh
I\'m doing a bit of retro programming for fun.What I want to create is a DOS game using EGA graphics but I am having a bit of trouble finding a good reference on the web.Everybody who talks about doin[详细]
2022-12-16 22:03 分类:问答