Search:

Type: Posts; User: reddzer

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,829

    yeah it was the for loop. stupid obvious error....

    yeah it was the for loop. stupid obvious error. probably should have gotten up and walked away from the computer. 4 hours straight of working on the rest of it has hindered my concentration.
    thanks
  2. Replies
    2
    Views
    1,829

    operator overloading slight problem

    got this assignment to write a class for sets and provide various member functions e.g add code, set union. each set has a certain number of codes. each code is a 5 charater c-string. i cant seem to...
  3. Replies
    2
    Views
    737

    thanks. that worked

    thanks. that worked
  4. Replies
    2
    Views
    737

    dynamic memory question

    can anyone tell me why why you have to use something like
    "
    char ** codes;
    codes = new char*[num_codes];
    for (i = 0; i < num_codes; i++)
    { codes[i] = new char[AMOUNT]; }"
    for allocating...
Results 1 to 4 of 4