Search:

Type: Posts; User: quinn.snyder

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    7,041

    using fstream.find

    I am working on a program that will simulate a simple student information system. The program will need to behave as follows:

    a - add a student
    b - display all student information
    c - display a...
  2. Replies
    5
    Views
    1,193

    Ok. That confirms what I thought. Other than...

    Ok. That confirms what I thought. Other than that, my code works well (aside from the quit case and the default case which I haven't put in yet).
    I've posted something along those lines on my...
  3. Replies
    5
    Views
    1,193

    from my code: int isEven(int iEven1, int...

    from my code:



    int isEven(int iEven1, int iEven2, int& questionCount)
    {
    int evenSum;

    cout << "Please enter two integers, separated by a space: ";
    cin >> iEven1 >> iEven2;
  4. Replies
    5
    Views
    1,193

    Overloaded Functions

    I have been tasked with an assignment for "oddball questions". Basically it is a case-switch statement that should handle several different situations.

    The assignment is very simple, and I will...
Results 1 to 4 of 4