What would happen if we put the typedef of pos in the Screen class on page 285 as the last line in the class?
belongs to book: C++ Primer|Stanley B.Lippman, Josee Lajoie, Barbara E.Moo|5th Edition| Chapter number:7| Question number:34
All Answers
total answers (1)
Then every usage of
`pos`
would be an error because of lacking definition.