is there any way to get as an input a chars array, WITH spaces?
i have tried cin.getline, but it has problem with the enter keyboard.
for example, i want to get "A 6" as an input, and than to print it.
both of these doesnt work.
thanks !
i have an array *arr as a member data, and i want to insert names to it,
so when i want to get the input like "a b c d e", it only get a.
so im asking if there is any way to get these inputs with the spaces..