| |||||||||
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
assignment problem help needed
2. Create a Date class with the following capabilities:
a) Output the date in multiple formats such as DDD YYYY MM/DD/YY Jan 24, 2004 b) use overloaded constructors to create Date objects initialized with dates of the formats in part(a) c) Create a Date constructor that reads the system date using standard library functions of the time.h header and sets the Date member. Write a program to test the above functionality. Write an inheritance hierarchy for class Quadrilateral, Trapezoid, Parallelogram, Rectangle, and Square. Use Quadrilateral as the base class of the hierarchy. Private data of Quadrilateral should be the (x,y) coordinate pairs for the four endpoints of the Quadrilateral. Write a program that instantiates and displays objects for each of these classes. |
|
#2
|
||||
|
||||
|
I took C/++ programming in college already, and feel no need to continue performing related HW assignments.
Your professor gave you this assignment for a bloody reason. If you have specific questions regarding specific problems (meaning that you already have code to back it up), post them and we can help you. But do not ask us to do the entire thing for you -- unless you are offering an ungodly sum of cash and a free vacation to the Bahamas with it. Do it yourself and post specific problems. Thread locked.
__________________
Officially a member of the Itsacon fan club. Beer blasts are every friday at Viper_SB's house. I bring the chips. ![]() |
| Viewing: Dev Articles Community Forums > Programming > C/C++ Help > assignment problem help needed |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|