You are on page 1of 1

1) Implement linked list of constant size using template.

Define methods add


(at the end, middle, front), delete (from the front, user specified location,
end) and display. Keep the above template within a namespace and use that.
Throw errors wherever possible.
2) WAC++P to implement divide by zero and bad_alloc exceptions.

You might also like