istream operator

Solutions on MaxInterview for istream operator by the best coders in the world

showing results for - "istream operator"
Veronica
23 Jan 2016
1istream& operator>> (istream& is, Date& dt)
2{
3    is>> dt.mo>> dt.da>> dt.yr;
4    return is;
5}
6
similar questions
queries leading to this page
istream operator