Search:

Type: Posts; User: 16800960

Search: Search took 0.00 seconds.

  1. void display record and other funcntion to call result

    This is one of the two programs i have to sort out today
    void displayRecord(string title, string allTitles[],
    double allPrices[], int totalRec)

    This function will search...
  2. Replies
    2
    Views
    1,482

    I have the following code so far # include...

    I have the following code so far



    # include <iostream>
    # include <string>
    # define MAXSIZE = 300
    using namespace std;
    bool findTitlePrice(string allTitles[MAXSIZE], double...
  3. Replies
    2
    Views
    1,482

    Bool Find Price function help

    I need Help With this function

    I will attach the previous exercise to provide assistance


    all the arrays are defined correctly i believe as it complies and outputs okay but it may need...
  4. Thread: Void Help ()

    by 16800960
    Replies
    7
    Views
    1,323

    Apologies if this seems sarcastic i just re read...

    Apologies if this seems sarcastic i just re read what i typed so to clarify it is a truthful statement
  5. Thread: Void Help ()

    by 16800960
    Replies
    7
    Views
    1,323

    Solved these on my own thanks for the help

    Solved these on my own thanks for the help
  6. Thread: Void Help ()

    by 16800960
    Replies
    7
    Views
    1,323

    it maybe a precedence issue what would be nice...

    it maybe a precedence issue what would be nice is if you could create a function that skips blanks using the void skipBlanks as a prototype and calling it with the skipBlanks () which runs a check...
  7. Thread: Void Help ()

    by 16800960
    Replies
    7
    Views
    1,323

    Sipher ?? Elsysia yes i relaised this...

    Sipher ??

    Elsysia yes i relaised this although i think the code supplied is wrong any way to write it using the void statements and the char ch which i was told is to be used as a check for...
  8. Thread: Void Help ()

    by 16800960
    Replies
    7
    Views
    1,323

    Void Help ()

    Here is the code i have so far i need to define the elements using void


    # include <iostream>

    using namespace std;
    void clrscr (); //Prototype
    void pause (); //prototype
    void skipBlanks ();...
Results 1 to 8 of 8