Hi guys, i'm trying to write a code, and i am stuck with an issue.
I have a vector, and i need to write it's elements in this format:
Index Value (these 2 are separated through a tab), and under them i have to write the vector's elements using the push.back method. I mean, i know how to write a push.back but i'm stuck in writing it as "Index Value".
Can anyone help me? I really don't know how to solve this..thanx!