start_date
andを入力/初期化する方法を知りたい(これは、関数 `initializeDate の整数と整数を持つ構造end_date
体に由来します。初期化できたら、printout メンバーで同じロジックを使用できると思います関数。Date
month
day
year
struct Date
{
int month;
int day;
int year;
};
void initializeDate(Date &d)
{
cout<<"Please enter the month"<<endl;
cin>>start.month;
cout<<"Please enter the day"<<endl;
cin>>start.day;
cout<<"Please enter the year"<<endl;
cin>>start.year;
string dummy;
getline(cin, dummy);
}
編集:私が得ているエラーは、「開始」がこのスコープで宣言されていないことです。