Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
2Bbear opened this issue Aug 24, 2019 · 12 comments
Open

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

2Bbear opened this issue Aug 24, 2019 · 12 comments

Comments

@2Bbear
Copy link

2Bbear commented Aug 24, 2019

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

@2Bbear 2Bbear changed the title I want to reverse engineer C++ code but it doesn't work. I want to reverse engineering C++ code but it doesn't work. Aug 24, 2019
@leirenjieyi
Copy link

I am facing the same problem. Is there any solution to it?

@Gornerrrrr
Copy link

I have the same problem.

@Cclleemm
Copy link

Cclleemm commented Feb 7, 2020

I have the same problem too.

@LeoDroves
Copy link

Same problem

@thermopyle
Copy link

Same here.

@wjp-cn
Copy link

wjp-cn commented Sep 25, 2020

same

@nmarotte
Copy link

Same

@zero778
Copy link

zero778 commented May 4, 2021

me too

@JonMcDevitt
Copy link

Ditto. This has been a problem for years; what seems to be the issue? @dongjoon1251

@JonMcDevitt
Copy link

Duplicate issue: #21

@nssang00
Copy link

I solved this problem.

C:\Users[user]\AppData\Roaming\StarUML\extensions\user\staruml.cplus\grammar\cpp.js

Screenshot_20220624-165935_Microsoft Remote Desktop

@ozdemiraliCNG
Copy link

I solved this problem.

C:\Users[user]\AppData\Roaming\StarUML\extensions\user\staruml.cplus\grammar\cpp.js

Screenshot_20220624-165935_Microsoft Remote Desktop

I have checked it but it was already correct. So what is the exact problem with this extension ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests