Search:

Type: Posts; User: hyrule

Search: Search took 0.01 seconds.

  1. Thread: I need help

    by hyrule
    Replies
    17
    Views
    1,885

    Here is my most up to date piece of code: ...

    Here is my most up to date piece of code:


    #include <iostream> //for console IO
    #include <fstream> //for file IO
    #include <string> //for the string class
    using namespace std;

    struct...
  2. Thread: I need help

    by hyrule
    Replies
    17
    Views
    1,885

    I have come up with this conclusion for the sort...

    I have come up with this conclusion for the sort function:


    void ShuffleExchangeSort(mainStruct& mouse)
    {
    int k;
    bool bvar; //this variable will be used to indicate if the list is...
  3. Thread: I need help

    by hyrule
    Replies
    17
    Views
    1,885

    void ShuffleExchangeSort(mainStruct& mouse) { ...

    void ShuffleExchangeSort(mainStruct& mouse)
    {
    bool bvar; //this variable will be used to indicate if the list is ordered.
    //Some looping structure.
    {
    bvar=true;
    }
    }
  4. Thread: I need help

    by hyrule
    Replies
    17
    Views
    1,885

    for the header to the function would it read: ...

    for the header to the function would it read:


    void ShuffleExchangeSort();


    wow page 2.
  5. Thread: I need help

    by hyrule
    Replies
    17
    Views
    1,885

    everything but the time but after changed it a...

    everything but the time but after changed it a little it came up.
    also i don't think that each piece of data is being stored.

    can you help me with this part.
    The algorithm works in a looping...
  6. Thread: I need help

    by hyrule
    Replies
    17
    Views
    1,885

    The time does not seem to read out and I tried...

    The time does not seem to read out and I tried getting the school names in but
    it wont read in.
    Here is my code thus far.

    #include <iostream> //for console IO
    #include <fstream> //for file IO...
  7. Thread: I need help

    by hyrule
    Replies
    17
    Views
    1,885

    I have this so far: But does not print out the...

    I have this so far:
    But does not print out the right way.
    Could you help get me started if I link you to the files?


    #include <iostream>
    #include <fstream>
    #include <string>
    #include...
  8. Thread: I need help

    by hyrule
    Replies
    17
    Views
    1,885

    I tried this out can you give it a look also. the...

    I tried this out can you give it a look also. the program hangs and repeats the last line of the file though.


    #include <iostream>
    #include <fstream>
    #include <string>
    #include <cstring>...
  9. Thread: I need help

    by hyrule
    Replies
    17
    Views
    1,885

    How would I pass them also, I keep getting an...

    How would I pass them also, I keep getting an error message saying undefinde symbol ifstream.
  10. Thread: I need help

    by hyrule
    Replies
    17
    Views
    1,885

    I need help

    I am trying to accomplish:
    This assignment is concerned with sorting of data. Your task is to
    read data from two files and create two sorted files. The primary
    information...
  11. Replies
    7
    Views
    2,665

    it is spaced out more like:...

    it is spaced out more like:
    SUV-----Escape---------01235648
  12. Replies
    7
    Views
    2,665

    somewhat like: (CLASS 1 - 8, MODEL...

    somewhat like:
    (CLASS 1 - 8,
    MODEL NAME 9 - 22, MONTH PURCHASED 23 - 24, DEALERSHIP Col 25, and
    PURCHASE PRICE 26 - 30)
  13. Replies
    7
    Views
    2,665

    I need help as soon as possible.

    What I am trying to do is:

    a) The total number of trucks sold and total truck sales for each
    month at all dealerships.

    b) The total number of cars sold and...
  14. Thread: quick question

    by hyrule
    Replies
    3
    Views
    925

    "How would I be able to find certain words in a...

    "How would I be able to find certain words in a word search given in a specific file?"
  15. Thread: quick question

    by hyrule
    Replies
    3
    Views
    925

    quick question

    How would I be able to find certain words in a word search given in a specific file. The words are also stored in another file. Here is the code I have so far:

    #include<iostream>...
  16. Thread: Help needed.

    by hyrule
    Replies
    2
    Views
    1,415

    Help needed.

    I need some help with this program. I have posted what I have so far below. If you will look over it and give me any advice as to what I need to do based on these specifications:
    PROBLEM : An...
  17. Replies
    2
    Views
    939

    I need some help...

    I would like to know how to add up the integers after the id number.

    For instance:
    12345 = id number
    19
    21
    22
    23
    -1
    54321
  18. Thread: I need a hint.

    by hyrule
    Replies
    4
    Views
    1,444

    I need a hint.

    How would I get this to work?

    DISCUSSION: Use the fstream library and the class types, ifstream and ofstream, to declare input and output files. Control the input loop with eof(). During each...
Results 1 to 18 of 18