Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > SPLint for C++

Reply
Thread Tools

SPLint for C++

 
 
Wang Zangkun
Guest
Posts: n/a
 
      11-09-2005
I knew SPLint for checking C source. Is there a similar (free) tool for C++ ?

I'd like to find one which can check common problems (like
if (i = 5)), and c++ stuffs like destructions of dynamically allocated
objets, ...

Thx

 
Reply With Quote
 
 
 
 
Tom
Guest
Posts: n/a
 
      11-10-2005


"Wang Zangkun" <> wrote in message
news...
>I knew SPLint for checking C source. Is there a similar (free) tool for C++
>?
>


try PC-Lint Syntax Checker http://www.gimpel.com/

> I'd like to find one which can check common problems (like
> if (i = 5)), and c++ stuffs like destructions of dynamically allocated
> objets, ...
>
> Thx
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is splint really better than lint? Is there a better tool than splint? Peter Bencsik C Programming 2 09-21-2006 10:02 PM
How to use splint on the win32 platform? arcliber@gmail.com C Programming 1 07-07-2006 04:10 PM
Ignore include header files with Splint Henry Fr?d?ric C Programming 8 03-29-2005 07:05 PM
"Implicitly only" splint warnings Guy Eschemann C Programming 2 01-13-2005 08:25 AM
Using splint on C files under MS VC6 Greg Roberts C Programming 0 01-23-2004 12:08 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57