Search:

Type: Posts; User: halo3

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,056

    So you mean I must have Course* getCourseCode()...

    So you mean I must have Course* getCourseCode() .. in my Professor.h?
  2. Replies
    4
    Views
    1,056

    Help! Another Problem

    Hi guys.
    I have written the following codes:
    Professor.ccp
    #include <iostream>
    #include <string>
    #include <conio.h>
    #include <vector>
    #include "Professor.h"
    using namespace std;
    int...
  3. Thread: Help!

    by halo3
    Replies
    5
    Views
    1,029

    Oh Yes.It attached to...

    Oh Yes.It attached to theProfessor.setName(line),theProfessor.setGender(line) and theProfessor.getIC(line).
  4. Thread: Help!

    by halo3
    Replies
    5
    Views
    1,029

    Help!

    Hi guys.
    I have a problem here. Hope that some can help me out.
    I define 2 classes: Professor and Course.

    Course.h


    #ifndef COURSE_H
    #define COURSE_H
    #include <iostream>
  5. Replies
    10
    Views
    2,848

    OMG, I can do it now. Thank you very much...

    OMG, I can do it now. Thank you very much laserlight.
  6. Replies
    10
    Views
    2,848

    Should I put it as a Window Application, Console...

    Should I put it as a Window Application, Console Application or an Empty Project.
    And how to link employee class and manager class.
  7. Replies
    10
    Views
    2,848

    Help! Undefined Reference

    Hi guys.
    I am current facing an annoying problem. I have written the following classes:

    #ifndef _EMPLOYEE_H
    #define _EMPLOYEE_H

    #include <string>

    using namespace std;
Results 1 to 7 of 7