At this point you know
- what code that PRODAS generates for you.
- what data PRODAS will be passing you that you need to incorporate
- what data your program will be passing back to PRODAS that you have to set up
So most of your code remains untouched. You will have to
- remove any old interactive inputs. You can keep any regular output that was sent to the screen.
Your program will run in a minimized window which you can open to watch any program outputs that you sent to the screen. The screen
will disappear when your program is done running.
- Equate any PRODAS inputs to your own variables names
- Equate your program outputs to the PRODAS variables.
- For old fashioned formatted the file name is defined. You have to open the file and write to it.
These simple interface steps will be made much more clear by the end of this tutorial. The tutorial examines all of the code
for the example.
Previous
Top
Next