I am trying to make a pointer to a vector in order to be able to easily choose from a few different vectors for a non recursive towers of hanoi homework assignment I have. I have been looking all of the internet and trying to find a syntax that works, but so far the closest thing I have gives me an error that I cannot convert a vector pointer to a vector pointer.
Can anyone tell me what the proper syntax is or if it's even possible to do what I want to do?