Answers for "is it good to use char in input C++"

C++
4

c++ reading string

#include <iostream>
#include <string>
string str;
getline(cin, str);
//str contains line
Posted by: Guest on January-26-2020

Code answers related to "is it good to use char in input C++"

Browse Popular Code Answers by Language