Very simple concept i just cant seem when prompting the user for input to stop skipping lines. What can i do or use to fix the defualt of skipping a line after each index is registered.
I believe that you are using a console for input/output
So if the user enters 1[space]2[space]3[space].............. he/she will be fine
but if you want the user to enter enter after every input then I suggest you look for some functions which set the cursor point (search in cplusplus or google it to find something similar)