CS211 Lab 8

Due Tuesday, October 17

There are a couple different ways of returning a heap-allocated array. For this lab, create two versions of a function called "range". One will use new to allocate an array of integers, the other an STL vector. Start with lab8start.cpp, and finish the function body for each of the two functions.