What would happen if we gave Screen a size member defined as follows? Fix any problems you identify
belongs to book: C++ Primer|Stanley B.Lippman, Josee Lajoie, Barbara E.Moo|5th Edition| Chapter number:7| Question number:33
All Answers
total answers (1)
The return type
`pos`
is a member`typedef`
of class`Screen`
, thus it needs the scope operator`Screen::pos`.