CO538 Anonymous Questions and Answers Keyword Index |
This page provides a keyword index to questions and answers. Clicking on a keyword will take you to a page containing all questions and answers for that keyword, grouped by year.
To submit a question, use the anonymous questions page. You may find the keyword index and/or top-level index useful for locating past questions and answers.
Keyword reference for display
2000 |
Does anyone know the pages in the course notes or on the web which give examples of graphic representation in occam?
How to do the graphic animations (textual only) has been explained in your seminar groups. There is nothing in the course notes or the web. There is not much to say! You just need to know how to place the text cursor anywhere on the screen and output text. See the answer to Question 76 (2000) for the basics.
Keywords: display
I think we've already been told, but where are we meant to find the documentation on all the methods we need for the display process, in order to move the cursor around the screen etc?
Yes - you have been told! See, on raptor, files:
/usr/local/work/co516/libsrc/utils.doc
which is a text file (not an MS-Word document!). The procedures you want are documented at the end of the file, following the comment (fold) line:
... screen stuff (VT220 protocol)
Alternatively, you could browse the full source code:
/usr/local/work/co516/libsrc/utils.occ
There's also a simple demo of the cursor.x.y procedure in:
/usr/local/work/co516/examples/test_utils.occ
Referrers: Question 77 (2000) , Question 78 (2000)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License. |