User profile: aidenkael

User info
User name:aidenkael
Name:Al Woods
Location:Michigan
History
Joined:
Number of posts:18
Latest posts:

Quick Question about Classes
To be honest I have no idea if I'd lose marks. I lost a point for spelling a file name wrong earlie...

Quick Question about Classes
I changed the code to [code]#include <iostream> using namespace std; class date { private: int da...

Quick Question about Classes
This defiantly does help a lot. Unfortunately I have to use namespace std because of the class I'm ...

Input Problem
You may be having an issue because variable name is a char type. Try using string instead (make sur...

Quick Question about Classes
So the line you added at 21 creates an instance of date from class date? Now what would the next st...