Search:

Type: Posts; User: JayBlay77

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    14,285

    Thank you so much. I cannot believe I did that....

    Thank you so much. I cannot believe I did that. I've been working away trying to figure out why it wasn't realloc right and completely missed that.
  2. Replies
    3
    Views
    14,285

    realloc() invalid pointer

    So I'm using pthreads to take an unknown number (< unsigned int) of words from a text file, sorting them lexicographically and outputting them to a new file. While this is happening I'm counting the...
  3. Replies
    1
    Views
    5,560

    Bank Account Class Problem

    Problem Overview

    We're supposed to use object oriented classes so I created an Account class for the customer information:

    customer.h


    #include <iostream>
    #include <string>
    using...
Results 1 to 3 of 3