Search:

Type: Posts; User: ringo_shells

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,056

    Overloading the < Operator

    I've been trying to overload the operator, so I can use a class for a priority_queue, thus far i have:


    In function `bool operator<(const Thread&, const Thread&)':
    71: passing `const Thread' as...
  2. Replies
    3
    Views
    857

    look, I've just scrapped it and put the class in...

    look, I've just scrapped it and put the class in the same file as my main file...
  3. Replies
    3
    Views
    857

    Class Issues - External File

    i everyone,

    I have a Class in an external file, and it seems no matter where i look on the net, I can't seem to find any info on how to get the class into the file with the main function, so i can...
  4. Replies
    5
    Views
    3,446

    thanks man, worked a treat!!

    thanks man, worked a treat!!
  5. Replies
    5
    Views
    3,446

    ok sweet will give it a shot!

    ok sweet will give it a shot!
  6. Replies
    5
    Views
    3,446

    and how would i do that? also would doing that be...

    and how would i do that? also would doing that be based on lines in the file? because thats what i have to go on..
  7. Replies
    5
    Views
    3,446

    string array of unknown size

    Hello all, I am trying to create an array of strings read in from a file; however having no idea how long the file is, means I can't declare the array with a set size, and naturally seg faults...
Results 1 to 7 of 7