Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: Duc-bert on May 09, 2002, 01:20:23 pm

Title: reverse engineer a C++ namespace
Post by: Duc-bert on May 09, 2002, 01:20:23 pm
 :)
Hi All,

namespace A
{
 struct B{}
}

When I reverse engineer this code, I got type B but not full path A::B. can I set this option if I want display the full path?

thanks