Write your question here.Am working in a project where i have to list all the files in multiple drives and print the list in a .txt files.I implemented using multithreading.It works properly but i dont know how to get the list from vector (where i pushed the files i encountered in a drive which is local to threads).can u suggest me a way how to get the list from local vector ???