Answers for "what can be used to input a string with blank space? c++"

C++
3

string input with space c++ stl

char input[100];
cin.getline(input,sizeof(input));
Posted by: Guest on July-11-2021

Code answers related to "what can be used to input a string with blank space? c++"

Browse Popular Code Answers by Language