Search:

Type: Posts; User: jmg0880

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    1,601

    I just want to be able to type in a full name and...

    I just want to be able to type in a full name and grabbing a char that is declared in the structure like, for example,

    Billy Bob M
  2. Replies
    8
    Views
    1,601

    Thanks man, I will try that tonight and let you...

    Thanks man, I will try that tonight and let you know how it works out :)
  3. Replies
    8
    Views
    1,601

    I really need help!

    I really need help!
  4. Replies
    8
    Views
    1,601

    The error is : error C2819: type 'student'...

    The error is :

    error C2819: type 'student' does not have an overloaded member 'operator ->'

    and also

    error C2232: '->student::studentNames' : left operand has 'struct' type, use '.'
  5. Replies
    8
    Views
    1,601

    Question about the getline function

    I am trying to use the getline function in order to have a user input a students name. The code is as followed.

    The Structure:



    struct student // the student structure meant to hold all...
Results 1 to 5 of 5