Skip to content

I want to reverse engineering C++ code but it doesn't work. #32

Description

@2Bbear

example
i have 6 file in one folder
a.h
b.h
c.h

a.h =========
class A
{
public B temp;
}

b.h========
class B
{
};

c.h========
#include "iostream"

using namespace std;

class C
{
int age;
CString name;
CString job;

int GetAge();

}

If you reverse engineer this, you get this.

image

How can I do it properly?

If reverse engineering is done in that code, what I want is this.
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions