//This is working fine if value of addMinutes=30(Hard codded , Declared as [const int addMinutes=30], but i want the user to enter this minutes, any solution other than constructor initialization, Please help.)
string MyFuture::calculateTime(){
int addMinutes;
cout<<"Please enter delay time ";
cin>>addMinutes;