Search:

Type: Posts; User: jackirl

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,266

    Got it Working, just change App to ate.

    Got it Working, just change App to ate.
  2. Thread: Counter

    by jackirl
    Replies
    5
    Views
    2,369

    The Errors are the problem im facing

    The Errors are the problem im facing
  3. Replies
    6
    Views
    1,266

    Yes it is for a project. i have 100 blank...

    Yes it is for a project.

    i have 100 blank records being Set up inside the Array then i a menu
    insert
    update
    remove

    insert / remove are all working it is just the update is giving me a...
  4. Replies
    6
    Views
    1,266

    Im not Writing to the File before Reading, Yes...

    Im not Writing to the File before Reading,
    Yes all that is happening it is Writing to the End of the Location in the File,

    Im asking a User to Input Seat Number... they Enter 3

    it seeks to...
  5. Replies
    6
    Views
    1,266

    Appending Random Text File.

    having Trouble with this..

    I want to overwrite the Name inside the Text file with the Name i input but what is happening it is only adding the Name to the End of the Text File. And its still...
  6. Thread: Counter

    by jackirl
    Replies
    5
    Views
    2,369

    What i like to do is.... search through all...

    What i like to do is....

    search through all the records from start to finish and each time a record with onward connections is found the total count should be increased by 1. At the end the total...
  7. Thread: Counter

    by jackirl
    Replies
    5
    Views
    2,369

    using namespace std; struct Newpassenger { ...

    using namespace std;

    struct Newpassenger
    {
    int seat_number;
    char name[20];
    char onward[3];
    };
    int count = 0;...
  8. Thread: Counter

    by jackirl
    Replies
    5
    Views
    2,369

    Counter

    OK, I wish to do a Counter that will Count the Number of People that Enter 'Y'



    using namespace std;
    int count = 0;
  9. Replies
    4
    Views
    996

    Am i on the Right Step.. im not really good...

    Am i on the Right Step..

    im not really good at I/0 Streams.


    if (choice == 2) // Updates Record..



    {
  10. Replies
    4
    Views
    996

    Im now after moving to Char but still no joy ...

    Im now after moving to Char but still no joy

    Really out of Ideas.. to fix this.



    using namespace std;

    struct passenger
  11. Replies
    4
    Views
    996

    Need help with Record Update

    Im trying to Update a Record that is inside a Text file.

    I wish to do the Following,
    Search for the Seat No.
    once that is found ask user to enter new Name
    New name will then Replace the Old...
  12. Thread: Binary Search

    by jackirl
    Replies
    2
    Views
    1,433

    Binary Search

    I have a Program that I'm using Binary Search.
    Which is Working with Merge_Sort.

    But what i can't figure out, is how to Try Catch the Binary Search
    To see if the User. Sorted the array before...
Results 1 to 12 of 13