How to input a string from user
(Algo++) Advanced Data Structures in C++
komalsukhija222
(Komal Sukhija)
May 22, 2020, 5:45pm
#1
string s;
cin.getline(s,100);
not working
Rohit-Singh-2326799494308882
(Rohit Singh)
May 22, 2020, 6:46pm
#2
pls use the
#include
?
Rohit-Singh-2326799494308882
(Rohit Singh)
May 22, 2020, 6:48pm
#3
#include
and assign the zero