If I prompt the user for n number of printers, is there a way of creating n number of vectors on the fly as opposed to creating vectors and putting them in your class structure at the start?
I have to create as many printer queues as a user specifys. I am using vectors for this. I am planning to put them into a class structure.
Thanks.