What if we defined the vector in the previous execercise to hold objects of type C
belongs to book: C++ Primer|Stanley B.Lippman, Josee Lajoie, Barbara E.Moo|5th Edition| Chapter number:7| Question number:45
All Answers
total answers (1)
belongs to book: C++ Primer|Stanley B.Lippman, Josee Lajoie, Barbara E.Moo|5th Edition| Chapter number:7| Question number:45
total answers (1)
Then the code
need an explanation for this answer? contact us directly to get an explanation for this answer`vector<C> vec(10);`
is legal.