User profile: RLB31384

User info
User name:RLB31384
History
Joined:
Number of posts:15
Latest posts:

Linked list, how do I put this in a class? compiles but crashes
seems 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 crashes
The 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 crashes
library.cpp part2 [code] void Library::deleteByTitle() { ofstream outfile; outfile.open ("...

Linked list, how do I put this in a class? compiles but crashes
library.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 crashes
Here 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

User: RLB31384

  • Public profile