Lint for C++?
-
Hi All, I need a Lint checker or something simular for my large C++ program in order to find a bug that is crashing it. Can anyone suggest a good Lint Checker? Really, I would love a free one?? Thanks ! Philip
-
Hi All, I need a Lint checker or something simular for my large C++ program in order to find a bug that is crashing it. Can anyone suggest a good Lint Checker? Really, I would love a free one?? Thanks ! Philip
Lint may be of some use, but I'd surprised if it would pinpoint your crash. Have you tried running a Debug Build under the VC Debugger and inspecting where the crash occures when it happens? Also have a look at the various BugSlayer articles by John Robbins on the MS MSDN Web site http://msdn.microsoft.com/default.asp and "Improved Error Reporting with DBGHELP 5.1 APIs" http://msdn.microsoft.com/msdnmag/issues/02/03/Hood/Hood0203.asp Neville Franks, Author of ED for Windows. www.getsoft.com