cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
need help with Tries
need help with Tries
Nov 26, 2012 at 6:09pm UTC
kw1991
(190)
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
Nov 29, 2012 at 6:58pm UTC
Nov 27, 2012 at 6:59pm UTC
kw1991
(190)
the error i am getting is' letter' is being used with being initialized
Nov 27, 2012 at 7:06pm UTC
cire
(8284)
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.