Can anyone help with this particular program that I have to write using GUI and Turtle, (which I only have access to at school with the Borland C++ 5.0).

In class we have gotten to the topic of nonnumerical data ie...char and strings.

I need to write a program to input a word and draw a chinese character equivalent to the given word. The program can accept the following words: sun, moon, river and mountain.

The object here is to to define a StringTypeIn GUI and link it so that when the user inputs one of the given words the turtle draws the given chinese character inthe book.

I know I can do the turtle part its the rest I am having trouble with.

Thanks.