Adding a node to a tree //********************# 3 gets stuck here***************** My code gets stuck in a loop after try...
Adding a node to a treeI'm having trouble adding ("books") nodes to a tree. I have a class (BookRecord) that has a pointer ...
Parsing a text fileI see where I made my mistake, and, yes atoi(line) is the correct way to do that. Thank you for y...
Parsing a text fileOkay, using the examples you gave me I have come up with this: [code] // Read number of books ...
Parsing a text fileOkay so if you needed to read in values into each of the new records variables such as the classific...