Think
04-24-2008, 07:57 AM
Hey guys, I have just started a work term writing simulation programs at Dalhousie University.
I am writing the simulations in C++. These simulation files take input data (parameters and coeficients) and I am currently reading them from a text file.
I was wondering if I can create an excel spreadsheet, that would allow an untrained user to enter in these coeficients. When they have entered all the values into the labeled spreadsheet, I would like a button for them to press that would export this data to a text data file, and another button that will run my simulation with this text file. If i am feeling energetic I would also like to feed the program output back into excel.
I have no idea how to do this at all, So if anyone has done this before, or can point me in the right direction of what I need to learn, that would be great.
Thanks, -paul
I am writing the simulations in C++. These simulation files take input data (parameters and coeficients) and I am currently reading them from a text file.
I was wondering if I can create an excel spreadsheet, that would allow an untrained user to enter in these coeficients. When they have entered all the values into the labeled spreadsheet, I would like a button for them to press that would export this data to a text data file, and another button that will run my simulation with this text file. If i am feeling energetic I would also like to feed the program output back into excel.
I have no idea how to do this at all, So if anyone has done this before, or can point me in the right direction of what I need to learn, that would be great.
Thanks, -paul