User profile: njabbour

User info
User name:njabbour
History
Joined:
Number of posts:31
Latest posts:

Declaring and Implementing
This is what I got so far for the first two.

Declaring and Implementing
[code] class Date { public: Date(int day, month, year) Date(const Date&, int day, month, year)...

Declaring and Implementing
Declare and Implement a Default Constructor for class Date Declare and Implement a Copy Constructor...

Did I do this correctly?
friend double compute (A& data) so this is the correct format? for :Declare function double compu...

Output of Code
Modify the following code to: Declare class A to be a friend of class B. Declare function double ...