0
Excuse me frnds How can I write my full name and my department by using string and getline
can you show me an example plz
3 ответов
+ 1
Hi, please give more details, what programming language are you using? in what lines are you looking for a name?
0
I'm using c++ language
0
void print(const std::string& input)
{
cout << input << endl;
}