I am writing a model of a sailing boat using Visual C++.
Principal output from the model is a set of graphs of selected model variables against time. The required model variables are identified in a set of edit boxes, filled in by the user prior to running.
In the Code, how can I use the strings in the edit boxes to access the required model variables at run time