Lol, i've forgotten much of the C++ syntax. The other day, i tried doing this:


// I know it says Java Code, but I was doing this in C++
public class Date
{
String month;
int day;
...