Search:

Type: Posts; User: carpeltunnel

Search: Search took 0.00 seconds.

  1. Replies
    16
    Views
    3,911

    1>f:\project4\project4\phonebook.cpp(77): error...

    1>f:\project4\project4\phonebook.cpp(77): error C2678: binary '==' : no operator found which takes a left-hand operand of type 'StudentIndividual' (or there is no acceptable conversion)

    That is...
  2. Replies
    16
    Views
    3,911

    Alright all, thanks for the help I have got my...

    Alright all, thanks for the help I have got my code to work except for my find by last name and display. I am struggling to figure out how to compare the array element to the string variable I read...
  3. Replies
    16
    Views
    3,911

    I'm not processing namespace. I have googled and...

    I'm not processing namespace. I have googled and read many links plus looked over my code.

    When I do take using namespace std; out of my header files I receive many errors that none of the...
  4. Replies
    16
    Views
    3,911

    EDIT: Jim's second post answered my question. ...

    EDIT: Jim's second post answered my question.

    But I did add the terminating colon's and the using namespace issues still poses.

    Also, I am not trying to question you guys but the text I am...
  5. Replies
    16
    Views
    3,911

    My instructor preferred the using namespace...

    My instructor preferred the using namespace because he says its makes the body of the code look "cleaner"

    But most of my errors are coming from namespace though, also I have changed the...
  6. Replies
    16
    Views
    3,911

    Inheritance Phonebook Program

    The program is supposed to allow the user to create student/staff entries, search by last name, and print all phonebook entries on the screen by using arrays. All of the sections of code are giving...
Results 1 to 6 of 6