Search:

Type: Posts; User: Red Army

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,414

    And if someone could point me towards the syntax...

    And if someone could point me towards the syntax that allows you to copy the contents from file X to File y(overwriting file Y, but keeping the name) that would be great!
  2. Replies
    4
    Views
    1,414

    String Copying problems.

    Ok, here is the deal. I need a method to copy characters. Sounds simple, right? well, I can't seem to be able to pull it off acurately.
    The problem is that my string I wish to copy has anywhere...
  3. Replies
    4
    Views
    1,472

    thanks, but don't worry about it, I decided that...

    thanks, but don't worry about it, I decided that I would just have the program make a new file for every person, like a game's save function. That should cut down on the amount of binary file...
  4. Replies
    4
    Views
    1,472

    bump

    bump
  5. Replies
    4
    Views
    1,472

    Reading Characters.

    Ok, I have a saved file with the following information saved in binary format.

    Mdog*Mcat*

    My goal is to be able to read the file 1 char at a time,and when it reaches the '*' it puts a...
  6. Replies
    1
    Views
    813

    Need help with FileI/O and Linked lists.

    Totally stuck! I can enter and save info fine(the program only hadnles First names right now, as a test. However, the load function fails.

    Ex.
    INPUT

    Joe

    Shmoe

    it reads out...
  7. Replies
    3
    Views
    1,008

    I found the problem. My entry code was deleting...

    I found the problem. My entry code was deleting the last list :D oops....
  8. Replies
    3
    Views
    1,008

    Need Linked list Help.

    I am having a small problem with my list. In order to get my save/load function to work in my previous problem, I have decided to rewrite the list. However, when it displays the list in a seperate...
  9. Crash error, Nothing specific.

    Crash error, Nothing specific.
  10. here is the relevant code from my program, I am...

    here is the relevant code from my program, I am just gonna post it here now because I do not have access from home.
    I'' try your suggestion, looks promising.


    void Save(Users* &head)
    {
    Users...
  11. is "iter" a new list to load the info, or a...

    is "iter" a new list to load the info, or a previously entered list?
  12. The error is simple. I don't know how to write...

    The error is simple. I don't know how to write the function that will read the linked list back into the program from the file.
  13. Saving and Loading Linked Lists With File i/o

    I am in desperate need of help here. I have been trying for weeks to get this program to work, and its no go. My program seems rather simple. Read in user info as a linked list, save it to a file,...
Results 1 to 13 of 13