C++ Round Trip
General
Hi,
I would like to perform a c++ round trip on an embedded source directory:
1. import a C++ project, display its package and class diagrams
2. perform changes on UML
3. generate updates on my existing code (not generating new files, and there a files with multiple classes).
4. Additionally, in class diagrams of packages, I would like to display classes from other packages that are related to these classes (for example, parent classes)
- Is round trip (1-3) possible? how?
- is (4) possible?
Thanks!
20 January 2022 12:32:27
Ilan
Dusan Rodina - softwareideas.net 21 January 2022 8:56:42
Ilan 23 January 2022 8:02:33
RE:
Dusan Rodina - softwareideas.net 24 January 2022 9:27:56
RE: RE: