Linked list, how do I put this in a class? compiles but crashesseems a few of the other crashes take me to: xstring int __CLR_OR_THIS_CALL compare(const _Myt& ...
Linked list, how do I put this in a class? compiles but crashesThe error takes me to line 394 in library.cpp where: while (temp2->nxt != NULL) { ...
Linked list, how do I put this in a class? compiles but crasheslibrary.cpp part2 [code] void Library::deleteByTitle() { ofstream outfile; outfile.open ("...
Linked list, how do I put this in a class? compiles but crasheslibrary.cpp part 1 [code] #include "library.h" Library::Library() { node *start_ptr = NULL; ...
Linked list, how do I put this in a class? compiles but crashesHere is the code after putting in a class...the class compiles but crashes on startup..gives, Im usi...
This user does not accept Private Messages