Search:

Type: Posts; User: RiceFiend

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    1,855

    Oh! Never mind, I caught my mistake: ...

    Oh! Never mind, I caught my mistake:

    Value0.SetCost(Cost);
    Value0.SetCost(Loc);
    Value0.SetCost(Stock);

    They were all SetCost -_-

    Thanks again for your help, appreciated it!
  2. Replies
    9
    Views
    1,855

    Thanks again anon! I worked long and hard on this...

    Thanks again anon! I worked long and hard on this program and it finally runs ^^. I've added a menu() and 2 more strings in the class. Everything runs fine, but when I display or search, the values...
  3. Replies
    9
    Views
    1,855

    Thank you anon for replying! What do you mean by...

    Thank you anon for replying! What do you mean by "create an instance FileAccess in main and call its WriteToFile method"? Sorry if I may seem slow, but I am new to programming.
  4. Replies
    9
    Views
    1,855

    Thanks for replying! Okay, so I've made the...

    Thanks for replying! Okay, so I've made the following changes, but still no dice:



    #include <iostream>
    #include <fstream>
    #include <string>
    #include <vector>

    using namespace std;
  5. Replies
    9
    Views
    1,855

    Thanks for replying! How would I go about fixing...

    Thanks for replying! How would I go about fixing this?
  6. Replies
    9
    Views
    1,855

    Write a Vector to a File

    Hello,
    I have the Fill, Show, Remove, and Find functions working properly, but I cannot get my WriteToFile function to work. I know that there is a problem involving WriteToFile("Success"); but I...
Results 1 to 6 of 6