Search:

Type: Posts; User: Catalyst8487

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    2,362

    cin.ignore(cin.rdbuf()->in_avail(), '40'); ...

    cin.ignore(cin.rdbuf()->in_avail(), '40');


    This was code given in our handout, only the '40' was replaced with 'n'. I was under the impression that this line of code was for the cin.getline...
  2. Replies
    10
    Views
    2,362

    I hate to come back to this again, but I've got a...

    I hate to come back to this again, but I've got a bug that I can't find again. This time the program compiles and runs, but when going thru the FillRoster loop more than once, the program always...
  3. Replies
    10
    Views
    2,362

    Man I feel like a total newb now. But I did say...

    Man I feel like a total newb now. But I did say I needed another pair of eyes on it :D

    When I get back to my computer (on my girlfriends atm), I'll move forward with the program now that you've...
  4. Replies
    10
    Views
    2,362

    Error passing an array of structs

    The goal of this program is to create an array of structs that holds a dynamic array of students and allows you to put in their name, student ID, major, and GPA.

    The code i have right now just...
  5. Replies
    7
    Views
    1,987

    That is the problem bling. In Allocate, the last...

    That is the problem bling. In Allocate, the last cout line where I print ptrName... it print what I expect it to. Back in main, when I call DisplayName, ptrName is no longer what I am expecting it...
  6. Replies
    7
    Views
    1,987

    Error with Dynamic Arrays

    I am writing a program that asks the user for their first, middle, and last name, then concatenates the 3 fixed size arrays into one array that is dynamically created based on the length of the full...
Results 1 to 6 of 6