la scanf %s funziona così:
per cui si ferma appena trova anche un carattere di spaziaturaString of characters. This will read subsequent characters until a whitespace is found (whitespace characters are considered to be blank, newline and tab).
la scanf %s funziona così:
per cui si ferma appena trova anche un carattere di spaziaturaString of characters. This will read subsequent characters until a whitespace is found (whitespace characters are considered to be blank, newline and tab).
all that you need:
http://www.cplusplus.com/reference/clibrary/