Are there any good examples of using Rhapsody with C++ for a simulation/calculations? What language/compiler is best to use with rhapsody?
![]() Is C++ the best language to use? Is Cygwin a popular compiler to use? |
Accepted answer
![]() The compiler is usually used to compile source code that Rhapsody has generated from the model. What you are doing I think is more of an analysis. I've done something similar with RAAML (Risk Analysis) - I build the model using graphics and / or tables - and then I use Java - through the Rhapsody API - to perform the actual calculations. The results of the calculations are also added to the model and presented in tables. Have a look and see if this is the kind of thing you want:
You can download the profile here:
Here's a hands on lab where you can try it out:
Cheers
Andy
Logan Torres selected this answer as the correct answer
|