$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladislav Lazarenko (snail_at_[hidden])
Date: 2005-04-21 08:36:57
zlf wrote:
> Hi,
> Manually refactor C++ program is anonying and inefficient. Who can tell
> me some refactoring tool working on C++ code. I have searched google, but
> nothing valuable found:(
>
> Thx
>
> zlf
>
>
>
> _______________________________________________
> Unsubscribe & other changes: http://listarchives.boost.org/mailman/listinfo.cgi/boost
>
Hi. Maybe you need UML? You can get class daigram from C++ sources, change it
and generate code again. I.e. Microsoft(r) Visio, Rational Rose UML etc.