Automatic creation of method definitions from declarations

Posted by heeen on Stack Overflow See other posts from Stack Overflow or by heeen
Published on 2010-05-14T12:38:24Z Indexed on 2010/05/14 12:44 UTC
Read the original article Hit count: 196

Filed under:
|

Is there a tool, macro or plugin that can generate a method or function body automatically from a declaration in a header file? I have tried Intellisense and Refactor! 3.0.5 which both only seem to work with C#.

© Stack Overflow or respective owner

Related posts about c++

Related posts about vs2008