Search:

Type: Posts; User: Salem

Search: Search took 0.46 seconds.

  1. Replies
    6
    Views
    1,337

    Then move the enum out of the class.

    Then move the enum out of the class.
  2. Replies
    6
    Views
    1,337

    Outside the class, you need to fully qualify the...

    Outside the class, you need to fully qualify the name.


    int main(){
    Date aaa(1,Date::JANUARY,1998);

    }


    Three more things.
Results 1 to 2 of 2