Search:

Type: Posts; User: styles

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,521

    After trying different snippets of code I realize...

    After trying different snippets of code I realize that the problem wasn't solved for any of those reasons. The problem was that I closed the file, and then I didn't reopen it in the loop.
  2. Replies
    5
    Views
    1,521

    Well I solved my problem. In the write_bin...

    Well I solved my problem.
    In the write_bin function it should have passed -1 not 0 to the get_int function.
    And the loop in the write_bin function should have included the whole function to...
  3. Replies
    5
    Views
    1,521

    I have come across another problem... I added...

    I have come across another problem...
    I added cin.ignore() after cin << choice.
    The program lets me write different information in different records, however, when I try to view the records, all...
  4. Replies
    5
    Views
    1,521

    Thanks, Daved

    Thanks, Daved
  5. Replies
    5
    Views
    1,521

    Why O Why dosen't this work?

    Hello,

    I have having some trouble with my code not working.
    In my book I am in the file i/o part so this is what the exercise is on.
    My program is one where the user can:
    1) make a record in...
Results 1 to 5 of 5