Book a Demo

Author Topic: reverse engineer a C++ namespace  (Read 6350 times)

Duc-bert

  • EA User
  • **
  • Posts: 27
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
reverse engineer a C++ namespace
« 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