Tagged Questions

2
votes
1answer
220 views

Understanding a C++ codebase by generating UML - tools&methology

I think there are many tools that can generate UML and similar diagrams from C++ (source-code), but I think it is not so easy to make sense of what you get out? I am looking for good ...
1
vote
1answer
367 views

Use the C++ STL in Enterprise Architect

How is it possible to use parts of the C++ STL in Enterprise Architect? It would be nice to be able to specify certain class attributes as std::string or use std::auto_ptr (or even ...
0
votes
1answer
576 views

How to integrate the Qt libraries in SparxSystems Enterprise Architect

Hey, I like to know how one can integrate the Qt libraries into an Enterprise Architect project. I do not know if it is possible at all but I tried it with partial success: I added a new package to ...