Tool for finding C-Style Casts

Posted by waffleman on Stack Overflow See other posts from Stack Overflow or by waffleman
Published on 2010-04-07T14:12:14Z Indexed on 2010/04/07 14:23 UTC
Read the original article Hit count: 268

Filed under:
|
|

Does anyone know of a tool that I can use to find C-Style casts in code? I am refactoring some C++ code and want to replace C-Style casts where ever possible.

© Stack Overflow or respective owner

Related posts about c

    Related posts about tools