need help with Tries

I'm trying to create a program using tries where i can insert, search, delete and print words. Does anyone know a website with some source code that could help? thanks
Last edited on
the error i am getting is' letter' is being used with being initialized
And so it is. Writing to memory pointed to by uninitialized pointers rarely has a happy outcome.

Perhaps you should make it point to some memory that you own.
Topic archived. No new replies allowed.