Hi I have this linked queue which I placed into a vector (something I needed to do to for my project). Now I want to access a specific index in the vector and enqueue something into the linked queue but I am having issues accessing the linked queue. Here is what I have below
*my linked queue needs to be of my class cars