c++ uml specific and code generation

Support

Hi,

while using SIM to design a cpp application, i didn't find the followings:

1- how to specify a pointer, reference or array for attributes and operations inside class diagram?

2- how to specify an abstract class with pure virtual method (virtual method() =0) ?

3- how to generate code with namespaces ?

24 June 2022 17:05:12 Sami

Add Comment

Dusan Rodina - softwareideas.net 24 June 2022 18:18:38

C++

Hi,

Thank you for your questions and your feedback.

The mentioned features are not yet supported by our C++ template. It will be added in the next version.

The pointers and references can be specified only as separate types using the Types editor (accessible from Ribbon / Process / Types) now - e. g. a new type with the name int*. This will also be improved soon.