Hi there. I'm just learning about binary trees so I apologize for the lack of comments. Basically, this program is supposed to be a sort of A.I. learning program that learns how to guess an animal you might think of. The problem I'm running into is on line 71 and onward.
Something about how I've written the strcpy() is making the compiler upset. But not upset enough to spit out an error message. Any idea on what might be wrong about it? Thanks!
Gotcha. Thanks.
New problem, after one cycle of the first while loop, I get stuck in an infinite loop. I'm really not sure what could cause that to happen. My guess is that somewhere, one of my conditions is screwed up. Any thoughts? Thanks!