Forum: C++ Nov 18th, 2009 |
| Replies: 1 Views: 273 Hello, I have this sort function that needs to be able to sort both strings and ints in a linked list. While the code I have does compile, It seems like it goes into an infinite loop and does not... |
Forum: C++ Nov 10th, 2009 |
| Replies: 1 Views: 343 Hello everyone, I am having some trouble trying to get my circularly linked list to work. It does compile but it gives a Segmentation fault. This is my first time learning something like this and I... |