Search:

Type: Posts; User: VersEtreOuNe

Search: Search took 0.01 seconds.

  1. Like everyone said i let the loop generate the...

    Like everyone said i let the loop generate the ids, but still not working:



    ostream& operator <<(ostream& output, const Circle& aCircle)
    {
    output << aCircle._circleId << " " <<...
  2. :| The problem is that you are assuming I'm an...

    :| The problem is that you are assuming I'm an expert. I"m just a newbie so what you just said right there doesn't make any sense to me whatsoever.
  3. hmmmm . ok.... o_0 I don't know WTF are you...

    hmmmm . ok.... o_0 I don't know WTF are you talking about but I need some help here. ^^
  4. Yes. Can i do that? & What would you suggest.

    Yes. Can i do that?
    & What would you suggest.
  5. I hope this screen shot gives you an idea of what...

    I hope this screen shot gives you an idea of what I'm trying to do.

    http://i29.tinypic.com/ip9xkk.jpg
  6. I added a file.seekp(ios::beg) before writing,...

    I added a file.seekp(ios::beg) before writing, still not searching properly.
  7. The archive has many circles, I only need to...

    The archive has many circles, I only need to search for 1 at a time, that means only 1 object in memory..
  8. I've done my homework, I just need a little help....

    I've done my homework, I just need a little help.

    & linked list ???
  9. File I/O (Reading from a Random-Access File)

    INFO:
    The program should enter a circle radius and Id for that circle to a file, then it should search for that id and print the radius for that circle.

    PROBLEM:
    This program compiles but it's...
Results 1 to 9 of 17