Search:

Type: Posts; User: oblaq

Search: Search took 0.00 seconds.

  1. Replies
    16
    Views
    2,313

    it was a simple as cutting it out of the body and...

    it was a simple as cutting it out of the body and putting it in the function.

    Now i am continueing to try and refine my code. So I have decided to create function called "getStudInfo" in which I...
  2. Replies
    16
    Views
    2,313

    ok I did some work to clarify what i what to do a...

    ok I did some work to clarify what i what to do a little better.


    // This program calculates student exam average.

    #include <iostream>
    #include <string>

    using namespace std;
    void...
  3. Replies
    16
    Views
    2,313

    I mean that i dont know how to construct the bool...

    I mean that i dont know how to construct the bool function.
  4. Replies
    16
    Views
    2,313

    well the solution to program 1) was easy enough....

    well the solution to program 1) was easy enough.

    problem 2) exact issue is how do i write the bool for this. Now I have discovered that the void and bool can not be in the same line statement....
  5. Replies
    16
    Views
    2,313

    Ok so I have gone back into my little program and...

    Ok so I have gone back into my little program and added a function which was not that hard for the function i added. So now I am having a few issue one big (for me) and the other is very small, and...
  6. Replies
    16
    Views
    2,313

    I think it should be something like this. ...

    I think it should be something like this.



    // This program calculates student exam average.
    #include <iostream>
    #include <string>
    using namespace std;
    void getInput();
    int main()
  7. Replies
    16
    Views
    2,313

    New to programming (of any kind)

    I would like some help adding a
    void getInputChar(string, char &); and a bool ignoreCaseCompare (char, char); to my program


    // This program calculates student exam average.#include <iostream>...
Results 1 to 7 of 7