Horje
input full line as input in cpp Code Example
input full line as input in cpp
string line;

while (getline(cin, line)) {
    // do something with the line
}




Cpp

Related
Character cin(userInput) in c++ Code Example Character cin(userInput) in c++ Code Example
cin does not wait for input Code Example cin does not wait for input Code Example
phph date Code Example phph date Code Example
how to find product of a given numbers in c++ Code Example how to find product of a given numbers in c++ Code Example
assignment operator with pointers c++ Code Example assignment operator with pointers c++ Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10