Search:

Type: Posts; User: AusTex

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    1,438

    Inheritance involving data structures?

    I hate to have to come on here without any code, but I am having trouble coming up with a plan of attack for a program I am working on. I am dealing with inheritance and class hierarchies. I will...
  2. Replies
    1
    Views
    8,207

    Concatenating two linked lists?

    I was hoping to get some help on how to concatenate two linked lists in my doubly-linked list class. Specifically, how to properly call, from the driver file, a concatenate function located in the...
  3. Replies
    4
    Views
    16,481

    Thanks for helping Salem. Everything seems to be...

    Thanks for helping Salem. Everything seems to be ok, but I keep getting a compile error, 18: syntax error before '->', and I can't for the life of me figure out what could be causing the error...
  4. Replies
    4
    Views
    16,481

    threaded merge sort

    I am working on a merge sort of two files of integers, and am fuzzy on some of the logic\syntax. I need two threads, each of which will open a file, read its contents into an array, and then sort the...
  5. Replies
    2
    Views
    2,550

    Instant messenger app help

    I was hoping someone could assist me on a text-based instant messaging client(using UDP) I am working on. I have the network communication basics already in place but, specifically, needed some...
Results 1 to 5 of 5