Explain what happens if an exception occurs at the indicated point:
void exercise(int *b, int *e){ vector v(b, e); int *p = new int[v.size()]; ifstream in("ints"); // exception occurs here}
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.