Search:

Type: Posts; User: PaulAtreus

Search: Search took 0.00 seconds.

  1. Replies
    11
    Views
    2,083

    Yeah, I noticed that right after I posted my code...

    Yeah, I noticed that right after I posted my code when I tried deleting the only node left :p Thanks for the help guys.
  2. Replies
    11
    Views
    2,083

    Just need some help

    Ok, I converted my SLL into a DLL. However, this is the first time I have created a DLL and I was hoping I could get some advice on my node deletion code...The code I have works, but for some reason...
  3. Replies
    11
    Views
    2,083

    Thanks the the advice guys...I guess I'll just...

    Thanks the the advice guys...I guess I'll just convert it over to a DLL. Thanks again!
  4. Replies
    11
    Views
    2,083

    Ok, so what exactly is a DLL?

    I thought that DLLs were exactly the same as a SLL with the added pointer to the previous node's address? From what I get, you said I could either create a DLL or add a pointer to the previous...
  5. Replies
    11
    Views
    2,083

    Linked lists...fun!

    Alright, I've got a nice linked list going on...but I've come to a problem. I created a SLL (singly linked list) and all is good except that I can't figure out how to delete a node from the middle...
  6. Replies
    4
    Views
    795

    Arg...I confused

    Ok, I switched to using .fail() and it returns a non-zero value so I've got my solution, but why the heck isn't .bad() working? Is there something I'm not aware of? Like I said, .fail() works, but...
  7. Replies
    4
    Views
    795

    Ok, this should be easy...

    Alright guys, here's an an easy one...maybe you can let me know what the heck is going on here. For some reason, when I attempt to open an ifstream using a filename that doesn't exist, .bad()...
Results 1 to 7 of 7