CS 2420-20 Homework 20
Due: Thursday, April 5th, 2012 9:10am
Choose a dynamic library and write a Racket program that calls one or
more of the library’s functions. You can use a library already installed on your
machine or you can download one.
The only constraints are as follows:
- the library must be well enough known to be found easily through a web search
for either Windows, Mac OS X, or Linux;
- the function that you call must take or return a pointer argument; and
- it should be clear that your program basically works—not only that it avoids
crashing, but that the library function produces some predictable but non-trivial result.
Last update: Monday, April 2nd, 2012mflatt@cs.utah.edu |