Re: [Tutor] First program -- would like comments and criticisms

2006-02-20 Thread Kent Johnson
[EMAIL PROTECTED] wrote: > Here is my first stab at putting together a working program. It is a > glossary that you can add words and definitions to, or look up words and > their definitions. There are a couple of problems here and there, but > it basically does what I set out for it to do. All

Re: [Tutor] First program -- would like comments and criticisms

2006-02-19 Thread benmarkwell
Thanks Andrei for your input.I've already implemented a couple of your suggestions and will certainlygive the others a go. On 2/18/06, Andrei <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote:> Here is my first stab at putting together a working program. It is a> glossary that you can add words a

Re: [Tutor] First program -- would like comments and criticisms

2006-02-18 Thread Andrei
[EMAIL PROTECTED] wrote: > Here is my first stab at putting together a working program. It is a > glossary that you can add words and definitions to, or look up words and > their definitions. There are a couple of problems here and there, but > it basically does what I set out for it to do. All

[Tutor] First program -- would like comments and criticisms

2006-02-18 Thread benmarkwell
Here is my first stab at putting together a working program. It is a glossary that you can add words and definitions to, or look up words and their definitions.  There are a couple of problems here and there, but it basically does what I set out for it to do. All comments and criticisms are welcome