Hello all, I'm working on a Double Linked List in C and I've got it mostly working, but when I've got one node, and I add another node, the first node loses its value. I cannot figure out why and was ...
I have a graph class - a representation of a 3d object.<BR><BR>Each graph object contains a set of nodes.<BR><BR>A node is a point on the 3D object, containing information about what it's connected to ...