Book a Demo

Author Topic: resolvong C++ class decleration  (Read 1945 times)

Martin Terreni

  • EA User
  • **
  • Posts: 672
  • Karma: +0/-0
  • Sorry, I can't write
    • View Profile
resolvong C++ class decleration
« on: January 10, 2005, 02:56:43 am »
I have encountered a problem in EA reverse engineering I would like to consult.

It seems that:



namespace xt {

           class Mob

           {

           };

}



Is reversed to class Mob correclt, but:



namespace xt {

           class Mob

}



Is resolved to nothing.

It seems to me as something wrong....
Recursion definition:
If you don’t understand the definition read "Recursion definition".