Hi,
I just started using StarUML and so far I like it very much (I use Ubuntu 14.04 and StarUML 2.8.0). I have also been able to generate the *.h and *.cpp files that I need for the classes. So far, the only things that I have not been able to do are (I add my model named test):
1- How can I define a constructor? When I add a function with the same name as the class, I can not make it appear voithout void in the generated *.h and *.cpp
2- Is there a way that when the cpp code is generated the pure virutal functions from the parent class are added in the cpp file automatically or am I forced to redefine them in the child class?
Thank you!!